From: Richard Heck Date: Sat, 25 Oct 2008 15:25:46 +0000 (+0000) Subject: Fixme comment. X-Git-Tag: 1.6.10~2850 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=90d118cf56d762a9e1b159646d3cf064996d8f10;p=features.git Fixme comment. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27112 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/insets/InsetLayout.cpp b/src/insets/InsetLayout.cpp index 9a321c2046..c4b6e896c6 100644 --- a/src/insets/InsetLayout.cpp +++ b/src/insets/InsetLayout.cpp @@ -148,6 +148,10 @@ bool InsetLayout::read(Lexer & lex, TextClass & tclass) break; } switch (le) { + // FIXME + // Perhaps a mroe elegant way to deal with the next two would be the + // way this sort of thing is handled in Layout::read(), namely, by + // using the Lexer. case IL_LYXTYPE: { string lt; lex >> lt;