Revert "tex2lyx/text.cpp: fix a typo spotted by clang"

This reverts commit 055b425b64.

This requires much more work and i don't have time to do this now
This commit is contained in:
Uwe Stöhr 2013-05-06 01:54:17 +02:00
parent 055b425b64
commit 1b32a0502e

View File

@ -935,7 +935,7 @@ void parse_box(Parser & p, ostream & os, unsigned outer_flags,
width_unit = "in";
width_special = "width";
} else if (latex_width.empty() && outer_type == "framebox") {
outer_type = "fbox";
outer_type == "fbox";
width_value = "-999";
width_unit = "col%";
width_special = "none";