]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetInclude.h
Improve handling of top and bottom margin
[lyx.git] / src / insets / InsetInclude.h
index 5588b0ee4e4c19d6ac68e3a1d1e273109e0be6f5..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,7 +94,7 @@ 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(XMLStream &, OutputParams const &) const;
        ///