]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathOverset.h
Removed unused private variable
[lyx.git] / src / mathed / InsetMathOverset.h
index edcdd020e2f727739c76206cfc66977d40ecac34..1202bbcfd42c1d81796477cc5c4e79629c6893f1 100644 (file)
@@ -28,14 +28,18 @@ public:
        ///
        void draw(PainterInfo & pi, int x, int y) const;
        ///
-       bool idxFirst(Cursor &) const;
+       idx_type firstIdx() const { return 1; }
        ///
-       bool idxLast(Cursor &) const;
+       idx_type lastIdx() const { return 1; }
        ///
        void write(WriteStream & os) const;
        ///
        void normalize(NormalStream &) const;
        ///
+       void mathmlize(MathStream &) const;
+       ///
+       void htmlize(HtmlStream &) const;
+       ///
        void validate(LaTeXFeatures & features) const;
        ///
        InsetCode lyxCode() const { return MATH_OVERSET_CODE; }