Fix bug 4737.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24269 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2008-04-15 15:41:14 +00:00
parent 5160d21b20
commit 5ae2f40671

View File

@ -714,6 +714,8 @@ def revert_latexcommand_index(document):
line = line[20:]
if line.startswith("\\begin_layout Standard"):
line = line[22:]
if line.startswith("\\begin_layout Plain"):
line = line[22:]
if line.startswith("\\end_layout"):
line = line[11:]
if line.startswith("\\end_inset"):