mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-13 06:20:28 +00:00
Fix some indentation issues.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39970 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
01f9794b50
commit
acc709a600
@ -1907,10 +1907,12 @@ int InsetMathHull::plaintext(odocstream & os, OutputParams const &) const
|
||||
// reset metrics cache to "real" values
|
||||
//metrics();
|
||||
return tpain.textheight();
|
||||
} else {
|
||||
}
|
||||
|
||||
odocstringstream oss;
|
||||
Encoding const * const enc = encodings.fromLyXName("utf8");
|
||||
WriteStream wi(oss, false, true, WriteStream::wsDefault, enc);
|
||||
|
||||
// Fix Bug #6139
|
||||
if (type_ == hullRegexp)
|
||||
write(wi);
|
||||
@ -1925,7 +1927,6 @@ int InsetMathHull::plaintext(odocstream & os, OutputParams const &) const
|
||||
os << str;
|
||||
return str.size();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
int InsetMathHull::docbook(odocstream & os, OutputParams const & runparams) const
|
||||
|
Loading…
Reference in New Issue
Block a user