]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetSeparator.h
InsetFloat: pass back inset-modify that is addressed to other inset
[lyx.git] / src / insets / InsetSeparator.h
index 2d256d6bee1b5593976f459e3aead29c35cd31aa..85d9347ed8000e867081e6768108bcb95155b556 100644 (file)
@@ -64,6 +64,8 @@ public:
                // remove warning
                return docstring();
        }
+       ///
+       RowFlags rowFlags() const { return BreakAfter; }
 private:
        ///
        InsetCode lyxCode() const { return SEPARATOR_CODE; }
@@ -77,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);
        ///