]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetBranch.h
Allow row-breaking after some insets
[lyx.git] / src / insets / InsetBranch.h
index 391f2475f06765971a9d4d69afb324b5bef05943..1723fd1484276d88297195ed680051b7651c0e14 100644 (file)
@@ -78,7 +78,7 @@ private:
        ///
        int docbook(odocstream &, OutputParams const &) const;
        ///
-       docstring xhtml(XHTMLStream &, OutputParams const &) const;
+       docstring xhtml(XMLStream &, OutputParams const &) const;
        ///
        void toString(odocstream &) const;
        ///
@@ -88,9 +88,7 @@ private:
        ///
        std::string contextMenuName() const;
        ///
-       void updateBuffer(ParIterator const & it, UpdateType utype);
-       ///
-       void setParams(InsetBranchParams const & params) { params_ = params; }
+       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.