]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetWrap.h
Allow row-breaking after some insets
[lyx.git] / src / insets / InsetWrap.h
index 588a3bc1e16aee37b793ef86a68039a9589df6d9..8df38e97f5de5f5e4040e042abde2ada0b235ea4 100644 (file)
@@ -74,7 +74,7 @@ private:
        ///
        int docbook(odocstream &, OutputParams const &) const;
        ///
-       docstring xhtml(XHTMLStream &, OutputParams const &) const;
+       docstring xhtml(XMLStream &, OutputParams const &) const;
        ///
        bool insetAllowed(InsetCode) const;
        ///
@@ -82,7 +82,7 @@ private:
        ///
        bool getStatus(Cursor &, FuncRequest const &, FuncStatus &) const;
        /// Update the label
-       void updateBuffer(ParIterator const &, UpdateType);
+       void updateBuffer(ParIterator const &, UpdateType, bool const deleted = false);
        ///
        void doDispatch(Cursor & cur, FuncRequest & cmd);
        ///