]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathCancel.h
Paint \dot & \ddot more like a dot
[lyx.git] / src / mathed / InsetMathCancel.h
index b9ca16215cf39ccbcf10afe17d531bb79cd45908..4fc3fd0bc22a348f1232d2fa683f93b55dd5cb30 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 Uwe Stöhr
+ * \author Uwe Stöhr
  *
  * Full author contact details are available in file CREDITS.
  */
@@ -39,10 +39,10 @@ public:
        void infoize(odocstream & os) const;
        ///
        InsetCode lyxCode() const { return MATH_CANCEL_CODE; }
-       /// Nothing for now
-       void mathmlize(MathStream &) const {}
-       /// Nothing for HTML
-       void htmlize(HtmlStream &) const {}
+       ///
+       void mathmlize(MathStream &) const;
+       ///
+       void htmlize(HtmlStream &) const;
        ///
        void validate(LaTeXFeatures &) const;