mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 10:18:50 +00:00
tex2lyx/text.cpp: logic fix for previous commit
- continue; is here not necessary
This commit is contained in:
parent
a47e61e666
commit
2ba1360509
@ -2451,7 +2451,6 @@ void parse_text(Parser & p, ostream & os, unsigned flags, bool outer,
|
|||||||
} else
|
} else
|
||||||
// we did not find a non-ert version
|
// we did not find a non-ert version
|
||||||
output_ert_inset(os, name, context);
|
output_ert_inset(os, name, context);
|
||||||
continue;
|
|
||||||
} else {
|
} else {
|
||||||
context.check_layout(os);
|
context.check_layout(os);
|
||||||
// special handling of font attribute changes
|
// special handling of font attribute changes
|
||||||
|
Loading…
Reference in New Issue
Block a user