]> git.lyx.org Git - features.git/commitdiff
tex2lyx/text.cpp: logic fix for previous commit
authorUwe Stöhr <uwestoehr@lyx.org>
Fri, 22 Feb 2013 00:18:45 +0000 (01:18 +0100)
committerUwe Stöhr <uwestoehr@lyx.org>
Fri, 22 Feb 2013 00:18:45 +0000 (01:18 +0100)
- continue; is here not necessary

src/tex2lyx/text.cpp

index b8a11d41e96ecf1a21233ebf7977f2a204ddf11c..5a4216bbd85c064b3d8deee96643ef74b8b8188c 100644 (file)
@@ -2451,7 +2451,6 @@ void parse_text(Parser & p, ostream & os, unsigned flags, bool outer,
                                } else
                                        // we did not find a non-ert version
                                        output_ert_inset(os, name, context);
-                               continue;
                        } else {
                        context.check_layout(os);
                        // special handling of font attribute changes