From b899cf8f3d5ccffe2ca902318dd4db3e87cdf832 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Thu, 14 Aug 2008 15:53:32 +0000 Subject: [PATCH] A FIXME for later. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26164 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/Text3.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Text3.cpp b/src/Text3.cpp index d98635c9aa..5fe69e6708 100644 --- a/src/Text3.cpp +++ b/src/Text3.cpp @@ -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. -- 2.39.2