]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetInclude.h
New DocBook support
[lyx.git] / src / insets / InsetInclude.h
index 66487bc934c45a805dab92965da823aef0c36be2..db7beca5d49e6ad268fd7d461c3497892b6ca84d 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; }
        ///
@@ -94,9 +94,9 @@ public:
        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 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.