]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetBibtex.h
Fix bug #8083: Fix the selection of cells below multirows
[lyx.git] / src / insets / InsetBibtex.h
index 79ee82759b4a32dd40710d7ad39e027745cc575a..3b8510152dae8c11d4f99e23a1172f76f06740bc 100644 (file)
@@ -68,13 +68,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;