]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/ControlBibtex.h
The reference dialog now disconnects from the inset on Apply. Its behaviour
[lyx.git] / src / frontends / controllers / ControlBibtex.h
index 392540aaf023627171f48d9e62e4d10421e2ea08..d107098e8932a51be95492cfee9b2acb502ee2b1 100644 (file)
@@ -29,14 +29,14 @@ class ControlBibtex : public ControlCommand
 public:
        ///
        ControlBibtex(LyXView &, Dialogs &);
-
+       /// Browse for a file
+       string const Browse(string const &, string const &, string const &);
 private:
        /// Dispatch the changed parameters to the kernel.
        virtual void applyParamsToInset();
        /// 
        virtual void applyParamsNoInset();
-       /// not needed.
-       virtual void clearDaughterParams() {}
 };
 
 #endif // CONTROLBIBTEX_H