tex2lyx/text.cpp: remove an unintended addition

This commit is contained in:
Uwe Stöhr 2015-05-20 00:05:12 +02:00
parent 013eb54270
commit bf532908b6

View File

@ -1045,7 +1045,6 @@ void parse_box(Parser & p, ostream & os, unsigned outer_flags,
hor_pos = "l";
} else if (p.next_token().asInput() == "\\centering") {
wasBoxAlign = true;
os << "\n sada";
hor_pos = "c";
} else if (p.next_token().asInput() == "\\raggedleft") {
wasBoxAlign = true;