]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetCaptionable.h
Improve handling of top and bottom margin
[lyx.git] / src / insets / InsetCaptionable.h
index 870489888cae4e0239e3562514fae73f8fc8c69f..3190c9a01c6441cfb69a90d6fb37608acdcbc4ce 100644 (file)
@@ -38,6 +38,8 @@ protected:
        ///
        docstring getCaptionHTML(OutputParams const &) const;
        ///
+       docstring getCaptionDocBook(OutputParams const &) const;
+       ///
        virtual void setCaptionType(std::string const & type);
        /// are our captions subcaptions?
        virtual bool hasSubCaptions(ParIterator const &) const { return false; }