]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetArgument.h
Improve handling of top and bottom margin
[lyx.git] / src / insets / InsetArgument.h
index 5c63702262595a3295bd2b67104efd847386bbce..933d66b32d5adc84cb0d35bdda301c5c48c0339c 100644 (file)
@@ -48,15 +48,15 @@ public:
        ///
        docstring layoutName() const { return from_ascii("Argument"); }
        /// Update the label string of this inset
-       void updateBuffer(ParIterator const &, UpdateType);
+       void updateBuffer(ParIterator const &, UpdateType, bool const deleted = false);
        ///
        void latex(otexstream &, OutputParams const &) const { }
        ///
        int plaintext(odocstringstream &, OutputParams const &, size_t) const { return 0; }
        ///
-       int docbook(odocstream &, OutputParams const &) const { return 0; }
+       void docbook(XMLStream &, OutputParams const &) const { return; }
        ///
-       docstring xhtml(XHTMLStream &, OutputParams const &) const
+       docstring xhtml(XMLStream &, OutputParams const &) const
                { return docstring(); }
        ///
        void write(std::ostream & os) const;