mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-29 13:04:58 +00:00
Remove debugging code.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38194 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
707d369d72
commit
844296cd47
@ -72,10 +72,8 @@ void InsetMathEnsureMath::write(WriteStream & os) const
|
|||||||
|
|
||||||
void InsetMathEnsureMath::mathmlize(MathStream & os) const
|
void InsetMathEnsureMath::mathmlize(MathStream & os) const
|
||||||
{
|
{
|
||||||
os << "[EM]";
|
|
||||||
SetMode mathmode(os, false);
|
SetMode mathmode(os, false);
|
||||||
os << cell(0);
|
os << cell(0);
|
||||||
os << "[/EM]";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user