From: Vincent van Ravesteijn Date: Wed, 10 Mar 2010 17:01:08 +0000 (+0000) Subject: Add a comment. X-Git-Tag: 2.0.0~3841 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=16c74c7f251e47ebc8222f94dabc82ce09f75c52;p=features.git Add a comment. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33699 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/Text.h b/src/Text.h index 98964e9b20..e6826e2893 100644 --- a/src/Text.h +++ b/src/Text.h @@ -76,6 +76,9 @@ public: Font const & font, bool toggleall = false); /// what you expect when pressing \ at cursor position + /// \param inverse_logic if false, the same layout is set for the + /// new paragraph if the layout is an environment; if true, the + /// same layout is set if it is not an environment void breakParagraph(Cursor & cur, bool inverse_logic = false); /// set layout over selection