Author: baum
Date: Sun Nov 6 18:34:42 2011
New Revision: 40142
URL: http://www.lyx.org/trac/changeset/40142
Log:
Must not output anything between p.pushPosition() and p.popPosition().
Modified:
lyx-devel/branches/BRANCH_2_0_X/ (props changed)
lyx-devel/branches/BRANCH_2_0_X/src/tex2lyx/ (props changed)
lyx-devel/branches/BRANCH_2_0_X/src/tex2lyx/text.cpp
Modified: lyx-devel/branches/BRANCH_2_0_X/src/tex2lyx/text.cpp
==============================================================================
--- lyx-devel/branches/BRANCH_2_0_X/src/tex2lyx/text.cpp Sun Nov 6
18:32:15 2011 (r40141)
+++ lyx-devel/branches/BRANCH_2_0_X/src/tex2lyx/text.cpp Sun Nov 6
18:34:42 2011 (r40142)
@@ -1002,7 +1002,7 @@
// Eat '{'
if (p.next_token().cat() == catBegin)
p.get_token();
- eat_whitespace(p, os, parent_context, false);
+ p.skip_spaces(true);
}
}
if (outer_type == "shaded") {