mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 19:07:45 +00:00
tex2lyx/text.cpp: remove an unintended addition
This commit is contained in:
parent
013eb54270
commit
bf532908b6
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user