]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetBox.h
Allow row-breaking after some insets
[lyx.git] / src / insets / InsetBox.h
index 6dd671c9a4deaad01b8e0c1d7dc685a4b9e03c5f..a1f44669580ab8d78bfc08ba7544a9b5747ee5cd 100644 (file)
@@ -111,8 +111,6 @@ public:
        ///
        void metrics(MetricsInfo &, Dimension &) const;
        ///
-       DisplayType display() const { return Inline; }
-       ///
        ColorCode backgroundColor(PainterInfo const &) const;
        ///
        LyXAlignment contentAlignment() const;
@@ -137,7 +135,7 @@ public:
        ///
        int docbook(odocstream &, OutputParams const &) const;
        ///
-       docstring xhtml(XHTMLStream &, OutputParams const &) const;
+       docstring xhtml(XMLStream &, OutputParams const &) const;
        ///
        void validate(LaTeXFeatures &) const;
        ///