]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetBranch.h
Get rid of xmlize, bringing no advantage over escapeString.
[lyx.git] / src / insets / InsetBranch.h
index be926d99f5fac324410526672674777407ffdc7a..42b11d215d58944bbeb8e4360ba02e8f8620233e 100644 (file)
@@ -76,9 +76,9 @@ private:
        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;
        ///