]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetBibitem.h
Improved character count statistics for letter based insets (e.g. the LyX logo).
[features.git] / src / insets / InsetBibitem.h
index eda3a4626f8fee03a1fdc98e7902504bc67f873c..f0528f82c8077a89788c2346266d161341fb6071 100644 (file)
@@ -58,7 +58,9 @@ public:
        int plaintext(odocstringstream &, OutputParams const &,
                      size_t max_length = INT_MAX) const;
        ///
-       docstring xhtml(XHTMLStream &, OutputParams const &) const;
+       docstring xhtml(XMLStream &, OutputParams const &) const;
+       ///
+       void docbook(XMLStream &, OutputParams const &) const;
        ///
        void collectBibKeys(InsetIterator const &, support::FileNameList &) const;
        /// update the counter of this inset
@@ -74,12 +76,11 @@ public:
        ///
        static bool isCompatibleCommand(std::string const & s)
                { return s == "bibitem"; }
-       ///@}
-
-private:
        ///
        docstring bibLabel() const;
+       ///@}
 
+private:
        /// \name Private functions inherited from Inset class
        //@{
        ///