From: André Pönitz Date: Wed, 24 Oct 2001 17:59:35 +0000 (+0000) Subject: Ignore LFUN_BREAKLINE, LFUN_BREAKPARAGRAPH X-Git-Tag: 1.6.10~20427 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=e96ae7b972e1cf546b9fe4dd35dbe94d067bf685;p=features.git Ignore LFUN_BREAKLINE, LFUN_BREAKPARAGRAPH git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2938 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/mathed/formulabase.C b/src/mathed/formulabase.C index aa7e612105..cacaf05959 100644 --- a/src/mathed/formulabase.C +++ b/src/mathed/formulabase.C @@ -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: