]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathHull.h
Routines for calculating numerical labels for BibTeX citations.
[lyx.git] / src / mathed / InsetMathHull.h
index be67b702c338277d85e2a1e1f34920831283285b..db4d2ff89cca83f0e7cd911559c139b0ff06ad80 100644 (file)
@@ -58,7 +58,7 @@ public:
        ///
        void label(row_type row, docstring const & label);
        ///
-       ColorCode backgroundColor() const { return Color_mathbg; }
+       ColorCode backgroundColor(PainterInfo const &) const;
        ///
        void numbered(row_type row, bool num);
        ///
@@ -123,7 +123,7 @@ public:
        ///
        int docbook(odocstream &, OutputParams const &) const;
        ///
-       docstring xhtml(odocstream &, OutputParams const &) const;
+       docstring xhtml(XHTMLStream &, OutputParams const &) const;
        /// the string that is passed to the TOC
        void tocString(odocstream &) const;