]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathUnderset.h
Preserve \inputencoding value when switching to non-TeX fonts.
[lyx.git] / src / mathed / InsetMathUnderset.h
index c2af955ba26a45b7b8363d470efe8a8cef948a76..50143ae4d54446677e020af950f2df991fb78f43 100644 (file)
@@ -28,11 +28,9 @@ public:
        ///
        void draw(PainterInfo & pi, int x, int y) const;
        ///
-       bool idxFirst(Cursor & cur) const;
+       bool idxFirst(Cursor &) const;
        ///
-       bool idxLast(Cursor & cur) const;
-       ///
-       bool idxUpDown(Cursor & cur, bool up) const;
+       bool idxLast(Cursor &) const;
        ///
        void write(WriteStream & ws) const;
        ///
@@ -40,6 +38,8 @@ public:
        ///
        void mathmlize(MathStream &) const;
        ///
+       void htmlize(HtmlStream &) const;
+       ///
        void validate(LaTeXFeatures & features) const;
        ///
        InsetCode lyxCode() const { return MATH_UNDERSET_CODE; }