]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathEnsureMath.h
Remove hardcoded values
[lyx.git] / src / mathed / InsetMathEnsureMath.h
index c8e58bbe97d16297ef17e8c0e47e69f2e80a4b74..41c3ad654ab74f5f392abd167594eb779a5c16d7 100644 (file)
@@ -36,10 +36,14 @@ public:
        ///
        void write(WriteStream & os) const;
        ///
-       docstring mathmlize(MathStream &) const;
+       void mathmlize(MathStream &) const;
+       ///
+       void htmlize(HtmlStream &) const;
        ///
        void infoize(odocstream & os) const;
        ///
+       void validate(LaTeXFeatures & features) const;
+       ///
        InsetCode lyxCode() const { return MATH_ENSUREMATH_CODE; }
 private:
        virtual Inset * clone() const;