]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetNewpage.h
Improve handling of top and bottom margin
[lyx.git] / src / insets / InsetNewpage.h
index 749d5972d8e83f5908baa8242a49513553532f70..1fb3436b62d373e728b85d35bd16d66f997b32d5 100644 (file)
@@ -66,7 +66,7 @@ private:
        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;
        ///
@@ -74,7 +74,7 @@ private:
        ///
        void write(std::ostream & os) const;
        ///
-       DisplayType display() const { return AlignCenter; }
+       RowFlags rowFlags() const { return Display; }
        ///
        docstring insetLabel() const;
        ///