]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetSeparator.h
Improve handling of top and bottom margin
[lyx.git] / src / insets / InsetSeparator.h
index 4d53b956c2b75561da47b0d42860c3e812501e52..85d9347ed8000e867081e6768108bcb95155b556 100644 (file)
@@ -65,10 +65,8 @@ public:
                return docstring();
        }
        ///
-       DisplayType display() const { return BreakAfter | NoBoundary; }
+       RowFlags rowFlags() const { return BreakAfter; }
 private:
-       ///
-       InsetSeparatorParams params() const { return params_; }
        ///
        InsetCode lyxCode() const { return SEPARATOR_CODE; }
        ///
@@ -81,9 +79,9 @@ 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);
        ///