]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetNewpage.h
Properly fix handling of title layouts within insets (#11787)
[lyx.git] / src / insets / InsetNewpage.h
index 4a7d60d0103d7c09f0e9442f703c1cfcdc8e5d65..7fc4cc49b1f2e23d82456bf29a1c5e98f91c5536 100644 (file)
@@ -68,13 +68,13 @@ private:
        ///
        int docbook(odocstream &, 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;
        ///