]> git.lyx.org Git - lyx.git/blobdiff - src/buffer.h
Collapse all those LFUN_XYZ_APPLY to a single LFUN_INSET_APPLY.
[lyx.git] / src / buffer.h
index 19c6680a7ebe6676935ed6c54d2aacec3d780151..ff59d967ba75b7d93baa166b76c38184b302e2ad 100644 (file)
@@ -247,8 +247,8 @@ public:
        */
        void validate(LaTeXFeatures &) const;
 
-       ///
-       std::vector<std::pair<string, string> > const getBibkeyList() const;
+       /// return all bibkeys from buffer and its childs
+       void fillWithBibKeys(std::vector<std::pair<string, string> > & keys) const;
        ///
        std::vector<string> const getLabelList() const;