]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetBibtex.h
Whitespace.
[lyx.git] / src / insets / InsetBibtex.h
index 79ee82759b4a32dd40710d7ad39e027745cc575a..6883191ed6817878a050b00069c699b83a28f227 100644 (file)
@@ -52,6 +52,8 @@ public:
        ///
        void latex(otexstream &, OutputParams const &) const;
        ///
+       int plaintext(odocstream &, OutputParams const &) const;
+       ///
        void collectBibKeys(InsetIterator const &) const;
        ///
        void validate(LaTeXFeatures &) const;
@@ -68,13 +70,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;