]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetCitation.h
Properly fix handling of title layouts within insets (#11787)
[lyx.git] / src / insets / InsetCitation.h
index 9ac4e0bbd16a07dd26a2ede5a2ff555162ef5379..c7cd8dcb604b1d8469bbd20b5e8d2aa7328456e6 100644 (file)
@@ -58,13 +58,13 @@ public:
        ///
        int docbook(odocstream &, OutputParams const &) const;
        ///
-       docstring xhtml(XHTMLStream &, OutputParams const &) const;
+       docstring xhtml(XMLStream &, OutputParams const &) const;
        ///
        void toString(odocstream &) const;
        ///
        void forOutliner(docstring &, size_t const, bool const) const;
        ///
-       void updateBuffer(ParIterator const & it, UpdateType);
+       void updateBuffer(ParIterator const & it, UpdateType, bool const deleted = false);
        ///
        void addToToc(DocIterator const & di, bool output_active,
                                  UpdateType utype, TocBackend & backend) const;