forgot the break

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16493 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Georg Baum 2007-01-04 09:50:25 +00:00
parent c9bd56ab18
commit b7c5197b7e

View File

@ -725,6 +725,7 @@ void InsetTabular::doDispatch(LCursor & cur, FuncRequest & cmd)
}
// Let the cell handle normal text
cell(cur.idx())->dispatch(cur, cmd);
break;
}
case LFUN_PASTE: