git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35021 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2010-07-29 14:29:54 +00:00
parent 35327c0b5b
commit 833ef6352f

View File

@ -42,9 +42,10 @@ public:
void infoize(odocstream & os) const;
///
void normalize(NormalStream &) const;
// Don't need mathmlize as it is handled by InsetMathMatrix,
// after being extracted in MathExtern.
// Don't need mathmlize or htmlize, as this is handled by
// InsetMathMatrix after being extracted in MathExtern.
// void mathmlize(MathStream &) const;
// void htmlize(HTMLStream &) const;
///
void validate(LaTeXFeatures & features) const;
///