]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetRef.h
Allow row-breaking after some insets
[lyx.git] / src / insets / InsetRef.h
index 8683ecf9899b9de82de088c70ee3164c31d4cb41..253718450bba82f2e0d5798d18063afe09c84e8f 100644 (file)
@@ -56,8 +56,6 @@ 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,
@@ -65,7 +63,7 @@ public:
        ///
        int docbook(odocstream &, OutputParams const &) const;
        ///
-       docstring xhtml(XHTMLStream &, OutputParams const &) const;
+       docstring xhtml(XMLStream &, OutputParams const &) const;
        ///
        void toString(odocstream &) const;
        ///