tex2lyx/text.cpp: cosmetic

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24551 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2008-04-29 00:12:56 +00:00
parent 455d441029
commit b84e0c158d

View File

@ -1541,7 +1541,7 @@ void parse_text(Parser & p, ostream & os, unsigned flags, bool outer,
else if ((p.next_token().asInput() == "*") &&
context.new_layout_allowed &&
(newlayout = findLayout(context.textclass, t.cs() + '*')) &&
newlayout->isCommand()) {
newlayout->isCommand()) {
TeXFont const oldFont = context.font;
// save the current font size
string const size = oldFont.size;