]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetInclude.h
Allow row-breaking after some insets
[lyx.git] / src / insets / InsetInclude.h
index 66487bc934c45a805dab92965da823aef0c36be2..08fe9434cc5f7830b51a00d3dd02c56ca95361e3 100644 (file)
@@ -76,7 +76,7 @@ public:
        ///
        void draw(PainterInfo & pi, int x, int y) const;
        ///
-       DisplayType display() const;
+       RowFlags rowFlags() const;
        ///
        InsetCode lyxCode() const { return INCLUDE_CODE; }
        ///
@@ -96,7 +96,7 @@ public:
        ///
        int docbook(odocstream &, OutputParams const &) const;
        ///
-       docstring xhtml(XHTMLStream &, OutputParams const &) const;
+       docstring xhtml(XMLStream &, OutputParams const &) const;
        ///
        void validate(LaTeXFeatures &) const;
        ///
@@ -160,7 +160,7 @@ private:
        docstring screenLabel() const;
        //@}
 
-       /// holds the entity name that defines the file location (SGML)
+       /// holds the entity name that defines the file location (XML)
        docstring const include_label;
 
        /// The pointer never changes although *preview_'s contents may.