]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetBibtex.h
Do not output deleted rows columns if show changes in output is false
[lyx.git] / src / insets / InsetBibtex.h
index 63c99f9ad5783ea47ef260a2301c487284e6d77f..fd447f8cb35a87c1d45947740331542eacb236b2 100644 (file)
@@ -82,13 +82,15 @@ public:
 
 private:
        ///
-       void editDatabases() const;
+       void editDatabases(docstring const & db = docstring()) const;
        ///
        void parseBibTeXFiles(support::FileNameList &) const;
        ///
        bool usingBiblatex() const;
        ///
        docstring getRefLabel() const;
+       ///
+       std::map<std::string, std::string> getFileEncodings() const;
 
        /// \name Private functions inherited from Inset class
        //@{