]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetRef.h
Get rid of xmlize, bringing no advantage over escapeString.
[lyx.git] / src / insets / InsetRef.h
index 8683ecf9899b9de82de088c70ee3164c31d4cb41..192ca0d6967acedadccb490fb5ef94df90be2417 100644 (file)
@@ -56,16 +56,14 @@ public:
        ///
        InsetCode lyxCode() const { return REF_CODE; }
        ///
-       DisplayType display() const { return Inline; }
-       ///
        void latex(otexstream &, OutputParams const &) const;
        ///
        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;
        ///