]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetBibtex.h
Fix GRAPHICS_EDIT of InsetGraphics
[lyx.git] / src / insets / InsetBibtex.h
index ca15e131ec5e3f8ed78744bfeaa28f20a8f189bb..efee21ef44158b4d78a74f89572f454f27e5022c 100644 (file)
@@ -27,6 +27,8 @@ public:
        ///
        InsetBibtex(InsetCommandParams const &);
        ///
+       void setBuffer(Buffer & buffer);
+       ///
        docstring screenLabel() const;
        ///
        EDITABLE editable() const { return IS_EDITABLE; }
@@ -57,12 +59,8 @@ public:
        /**
                \param bibfiles comma separated bib files
                \param embed comma separated embed status
-               \param boolStatus if true, embed has values true/false, which 
-                       needs to be converted to inzip names.
-               \param updateFile whether or not try to update file.
        */
-       void createBibFiles(docstring const & bibfiles, docstring const & embed,
-               bool boolStatus, bool updateFile) const;
+       void createBibFiles(docstring const & bibfiles, docstring const & embed) const;
        /// update bibfiles and embed from bibfiles_
        void updateParam();
 private: