]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathXYArrow.h
Fix regression of 18779013 for \smash
[lyx.git] / src / mathed / InsetMathXYArrow.h
index 08faf9dea71b73ff612e25ab15d4ae7df7ece80a..da5d0a68c933c4e161336d20277f877347a84b39 100644 (file)
@@ -4,7 +4,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author André Pönitz
+ * \author André Pönitz
  *
  * Full author contact details are available in file CREDITS.
  */
@@ -36,20 +36,22 @@ public:
        ///
        InsetMathXYArrow * asXYArrowInset() { return this; }
 
-       ///
-       void normalize();
        ///
        void write(WriteStream & os) const;
        ///
        void normalize(NormalStream &) const;
-
-public:
        ///
        InsetMathXYMatrix const * targetMatrix() const;
        ///
        MathData const & targetCell() const;
        ///
        MathData const & sourceCell() const;
+       ///
+       InsetCode lyxCode() const { return MATH_XYARROW_CODE; }
+       ///
+       void mathmlize(MathStream &) const;
+       ///
+       void htmlize(HtmlStream &) const;
 
        ///
        bool up_;