]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetSeparator.h
Properly fix handling of title layouts within insets (#11787)
[lyx.git] / src / insets / InsetSeparator.h
index 2d256d6bee1b5593976f459e3aead29c35cd31aa..a57f45c4613c493469c130f2921cca18332e3b94 100644 (file)
@@ -64,6 +64,8 @@ public:
                // remove warning
                return docstring();
        }
+       ///
+       RowFlags rowFlags() const { return BreakAfter; }
 private:
        ///
        InsetCode lyxCode() const { return SEPARATOR_CODE; }
@@ -79,7 +81,7 @@ private:
        ///
        int docbook(odocstream &, OutputParams const &) const;
        ///
-       docstring xhtml(XHTMLStream &, OutputParams const &) const;
+       docstring xhtml(XMLStream &, OutputParams const &) const;
        ///
        void read(Lexer & lex);
        ///