]> git.lyx.org Git - features.git/commitdiff
A FIXME for later.
authorRichard Heck <rgheck@comcast.net>
Thu, 14 Aug 2008 15:53:32 +0000 (15:53 +0000)
committerRichard Heck <rgheck@comcast.net>
Thu, 14 Aug 2008 15:53:32 +0000 (15:53 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26164 a592a061-630c-0410-9148-cb99ea01b6c8

src/Text3.cpp

index d98635c9aa158dac79d36f930422cab56465e66b..5fe69e6708eea11e141d17c764a02b376fe6536f 100644 (file)
@@ -1692,6 +1692,8 @@ void Text::dispatch(Cursor & cur, FuncRequest & cmd)
                                tclass.defaultLayoutName();
                        setLayout(cur, laystr);
                        ParagraphParameters p;
+                       // FIXME If this call were replaced with one to clearParagraphParams(),
+                       // then we could get rid of this method altogether.
                        setParagraphs(cur, p);
                        // FIXME This should be simplified when InsetFloatList takes a 
                        // Buffer in its constructor.