]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathXYArrow.h
Fix regression of 18779013 for \smash
[lyx.git] / src / mathed / InsetMathXYArrow.h
index 75734bb856f7bfedec23c97ae13855b952d138e2..da5d0a68c933c4e161336d20277f877347a84b39 100644 (file)
@@ -36,8 +36,6 @@ public:
        ///
        InsetMathXYArrow * asXYArrowInset() { return this; }
 
-       ///
-       void normalize();
        ///
        void write(WriteStream & os) const;
        ///
@@ -50,6 +48,10 @@ public:
        MathData const & sourceCell() const;
        ///
        InsetCode lyxCode() const { return MATH_XYARROW_CODE; }
+       ///
+       void mathmlize(MathStream &) const;
+       ///
+       void htmlize(HtmlStream &) const;
 
        ///
        bool up_;