From b7c5197b7e74971b8cb7c8790d199b84737ce294 Mon Sep 17 00:00:00 2001 From: Georg Baum Date: Thu, 4 Jan 2007 09:50:25 +0000 Subject: [PATCH] forgot the break git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16493 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/insets/insettabular.C | 1 + 1 file changed, 1 insertion(+) diff --git a/src/insets/insettabular.C b/src/insets/insettabular.C index 790239ec0b..3e920eadf9 100644 --- a/src/insets/insettabular.C +++ b/src/insets/insettabular.C @@ -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: -- 2.39.5