]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetBranch.h
Improve handling of top and bottom margin
[lyx.git] / src / insets / InsetBranch.h
index 6ac8a6744083ff0794bfc0b4e9275dec0176f951..42b11d215d58944bbeb8e4360ba02e8f8620233e 100644 (file)
@@ -76,9 +76,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 toString(odocstream &) const;
        ///
@@ -88,7 +88,7 @@ private:
        ///
        std::string contextMenuName() const;
        ///
-       void updateBuffer(ParIterator const & it, UpdateType utype);
+       void updateBuffer(ParIterator const & it, UpdateType utype, bool const deleted = false);
 
        /** \returns true if params_.branch is listed as 'selected' in
                \c buffer. \p child only checks within child documents.