]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathKern.h
Better mechanism for setting cell height
[lyx.git] / src / mathed / InsetMathKern.h
index 071628815296420ca3d0209dcb38e2decbc6a052..e985ad4dc3bc1e2515fbca76dfaa6ec1ce7b8101 100644 (file)
@@ -39,7 +39,11 @@ public:
        ///
        void normalize(NormalStream & ns) const;
        ///
-       void mathmlize(MathStream &) const { return; }
+       void mathmlize(MathStream &) const { }
+       ///
+       void htmlize(HtmlStream &) const { }
+       ///
+       void infoize2(odocstream & os) const;
        ///
        InsetCode lyxCode() const { return MATH_KERN_CODE; }