]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetCounter.h
Improved character count statistics for letter based insets (e.g. the LyX logo).
[features.git] / src / insets / InsetCounter.h
index a050532e092a0a90681796cf66c0f1a3b9242866..b50f71be5602b3777d5eebbde2959915cfacb34d 100644 (file)
@@ -39,9 +39,9 @@ public:
        int plaintext(odocstringstream & ods, OutputParams const & op,
                      size_t max_length = INT_MAX) const;
        ///
-       int docbook(odocstream &, OutputParams const &) const;
+       void docbook(XMLStream &, OutputParams const &) const;
        ///
-       docstring xhtml(XHTMLStream &, OutputParams const &) const;
+       docstring xhtml(XMLStream &, OutputParams const &) const;
        ///
        void toString(odocstream &) const;
        ///