]> 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 5d080ccae6c32d5c3576186a1cc221e357f9d119..a57f45c4613c493469c130f2921cca18332e3b94 100644 (file)
@@ -64,9 +64,9 @@ public:
                // remove warning
                return docstring();
        }
-private:
        ///
-       InsetSeparatorParams params() const { return params_; }
+       RowFlags rowFlags() const { return BreakAfter; }
+private:
        ///
        InsetCode lyxCode() const { return SEPARATOR_CODE; }
        ///
@@ -81,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);
        ///