fix oversight

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35092 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2010-08-08 14:34:59 +00:00
parent 1a18cdfb39
commit c77b7483ea

View File

@ -234,10 +234,10 @@ bool InsetLayout::read(Lexer & lex, TextClass const & tclass)
break;
case IL_FORCEPLAIN:
lex >> forceplain_;
readCustomOrPlain = true;
break;
case IL_PASSTHRU:
lex >> passthru_;
readCustomOrPlain = true;
break;
case IL_KEEPEMPTY:
lex >> keepempty_;