]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathDots.h
Revert "DocBook: make openParTag/closeTag use paragraphs instead of layouts."
[lyx.git] / src / mathed / InsetMathDots.h
index f4f52716f66cd8fda1d2ff483075b016142e6c9e..9155f7e11a0fa9513a324fdfeecf83d3dd124ebc 100644 (file)
@@ -32,6 +32,12 @@ public:
        docstring name() const;
        /// request "external features"
        void validate(LaTeXFeatures & features) const;
+       ///
+       InsetCode lyxCode() const { return MATH_DOTS_CODE; }
+       ///
+       void mathmlize(MathStream & ms) const;
+       ///
+       void htmlize(HtmlStream & os) const;
 protected:
        /// cache for the thing's height
        mutable int dh_;