]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetInclude.h
Reset cur.pit() when pasting into tables.
[lyx.git] / src / insets / InsetInclude.h
index e616f55626de309499834341d357577d30ff2874..18329fe6d9117826e8f62c9eaf2e1b8990123d8f 100644 (file)
@@ -59,14 +59,6 @@ public:
         */
        void updateBibfilesCache();
 
-       /** Return the cache with all bibfiles in use of the child buffer
-        *  (including bibfiles of grandchild documents).
-        *  Return an empty vector if the child doc is not loaded.
-        *  \param buffer the Buffer containing this inset.
-        */
-       support::FileNameList const &
-               getBibfilesCache() const;
-
        ///
        void updateCommand();
        ///
@@ -92,7 +84,7 @@ public:
         *  \param keys the list of bibkeys in the child buffer.
         *  \param it not used here
         */
-       void collectBibKeys(InsetIterator const &) const;
+       void collectBibKeys(InsetIterator const &, support::FileNameList &) const;
        ///
        bool hasSettings() const { return true; }
        ///
@@ -159,15 +151,15 @@ private:
        void setParams(InsetCommandParams const & params);
        /// get the text displayed on the button
        docstring screenLabel() const;
-       //@}    
-       
+       //@}
+
        /// holds the entity name that defines the file location (SGML)
        docstring const include_label;
 
        /// The pointer never changes although *preview_'s contents may.
        unique_ptr<RenderMonitoredPreview> const preview_;
 
-       /// 
+       ///
        mutable bool failedtoload_;
        /// cache
        mutable bool set_label_;