]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetNewpage.h
New DocBook support
[lyx.git] / src / insets / InsetNewpage.h
index 4a7d60d0103d7c09f0e9442f703c1cfcdc8e5d65..1fb3436b62d373e728b85d35bd16d66f997b32d5 100644 (file)
@@ -66,15 +66,15 @@ 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(XHTMLStream &, OutputParams const &) const;
+       docstring xhtml(XMLStream &, OutputParams const &) const;
        ///
        void read(Lexer & lex);
        ///
        void write(std::ostream & os) const;
        ///
-       DisplayType display() const { return AlignCenter; }
+       RowFlags rowFlags() const { return Display; }
        ///
        docstring insetLabel() const;
        ///