]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiCitation.h
Also display the info about BibTeX databases in the TeX info panel.
[lyx.git] / src / frontends / qt4 / GuiCitation.h
index 8746a1aa65f004f829280a6b06d4982b40c55151..65e0dd69db0dcd5e9479eacd30056bbf3c44926f 100644 (file)
@@ -42,9 +42,6 @@ public:
        GuiCitation(GuiView & lv);
        ///
        ~GuiCitation();
-       /// We use the main document's buffer() so to catch the citations
-       /// defined there, also while using the dialog from the Adv F&R.
-       Buffer const & buffer() const;
 
 private Q_SLOTS:
        void on_okPB_clicked();
@@ -64,7 +61,7 @@ private Q_SLOTS:
        void setCitedKeys();
        /// performs a limited update, suitable for internal call
        void updateControls();
-       
+
 
 private:
        /// Dialog inherited methods
@@ -112,7 +109,7 @@ private:
        void init();
        /// Clear selected keys
        void clearSelection();
-       
+
        /// Find keys containing a string.
        void findKey(
                BiblioInfo const & bi, //< optimize by passing this
@@ -151,7 +148,7 @@ private:
                ); //
 
        /// The BibTeX information available to the dialog
-       /// Calls to this method will lead to checks of modification times and 
+       /// Calls to this method will lead to checks of modification times and
        /// the like, so it should be avoided.
        BiblioInfo const & bibInfo() const;