]> git.lyx.org Git - features.git/commitdiff
Ignore LFUN_BREAKLINE, LFUN_BREAKPARAGRAPH
authorAndré Pönitz <poenitz@gmx.net>
Wed, 24 Oct 2001 17:59:35 +0000 (17:59 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Wed, 24 Oct 2001 17:59:35 +0000 (17:59 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2938 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/formulabase.C

index aa7e612105e42f497e87c4fda8ef85e0c242672d..cacaf05959fa5caa7b6ab8f268054971a1cb5f3b 100644 (file)
@@ -632,6 +632,11 @@ InsetFormulaBase::localDispatch(BufferView * bv, kb_action action,
                result = UNDISPATCHED;
                break;
 
+       case LFUN_BREAKPARAGRAPH:
+       case LFUN_BREAKPARAGRAPHKEEPLAYOUT:
+               //lyxerr << "LFUN ignored\n";
+               break;
+
        case -1:
        case LFUN_INSERT_MATH:
        case LFUN_SELFINSERT: