mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
tex2lyx/text.cpp: add missing part of a comment
This commit is contained in:
parent
1427b6fe31
commit
bfc4af2d01
@ -4419,6 +4419,7 @@ void parse_text(Parser & p, ostream & os, unsigned flags, bool outer,
|
||||
} else
|
||||
is_gluelength = true;
|
||||
// if yes transform "9xx minus 8yy plus 7zz"
|
||||
// to "9xx-8yy+7zz"
|
||||
if (is_gluelength) {
|
||||
i = gluelength.find(" minus");
|
||||
if (i != string::npos)
|
||||
|
Loading…
Reference in New Issue
Block a user