mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Remove a now unnecessary \mbox
This commit is contained in:
parent
6ae6198818
commit
d48bc4e4ae
@ -459,7 +459,7 @@ int Changes::latexMarkChange(otexstream & os, BufferParams const & bparams,
|
||||
if (os.afterParbreak())
|
||||
str += from_ascii("\\\\\\noindent\n");
|
||||
else
|
||||
str += from_ascii("\\\\\\mbox{}\\\\\n");
|
||||
str += from_ascii("\\\\\\\\\n");
|
||||
}
|
||||
|
||||
os << str;
|
||||
|
Loading…
Reference in New Issue
Block a user