]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetBibtex.h
File format change caused by 34eadf5d4.
[lyx.git] / src / insets / InsetBibtex.h
index 79ee82759b4a32dd40710d7ad39e027745cc575a..8c4fa18d3da69c59365bef162e2d8e808fd65fcf 100644 (file)
@@ -52,6 +52,9 @@ public:
        ///
        void latex(otexstream &, OutputParams const &) const;
        ///
+       int plaintext(odocstringstream & ods, OutputParams const & op,
+                     size_t max_length = INT_MAX) const;
+       ///
        void collectBibKeys(InsetIterator const &) const;
        ///
        void validate(LaTeXFeatures &) const;
@@ -68,13 +71,13 @@ public:
        ///
        static std::string defaultCommand() { return "bibtex"; }
        ///
-       static bool isCompatibleCommand(std::string const & s) 
+       static bool isCompatibleCommand(std::string const & s)
                { return s == "bibtex"; }
        //@}
 
 private:
        /// look up the path to the file using TeX
-       static support::FileName 
+       static support::FileName
                getBibTeXPath(docstring const & filename, Buffer const & buf);
        ///
        void editDatabases() const;