]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetBibitem.h
File format change caused by 34eadf5d4.
[lyx.git] / src / insets / InsetBibitem.h
index 9231b3cb9b0f01ea7c464e6a089e9120fb01cf49..f18356b9d469286795f718c21952eab6f87a158a 100644 (file)
@@ -55,11 +55,12 @@ public:
        ///
        void read(Lexer & lex);
        ///
-       int plaintext(odocstream &, OutputParams const &) const;
+       int plaintext(odocstringstream &, OutputParams const &,
+                     size_t max_length = INT_MAX) const;
        ///
        docstring xhtml(XHTMLStream &, OutputParams const &) const;
        ///
-       void fillWithBibKeys(BiblioInfo &, InsetIterator const &) const;
+       void collectBibKeys(InsetIterator const &) const;
        /// update the counter of this inset
        void updateBuffer(ParIterator const &, UpdateType);
        ///@}
@@ -71,7 +72,7 @@ public:
        ///
        static std::string defaultCommand() { return "bibitem"; }
        ///
-       static bool isCompatibleCommand(std::string const & s) 
+       static bool isCompatibleCommand(std::string const & s)
                { return s == "bibitem"; }
        ///@}