]> git.lyx.org Git - lyx.git/blobdiff - src/BiblioInfo.cpp
Continue working on the embedding feature. An additional parameter updateFile is...
[lyx.git] / src / BiblioInfo.cpp
index 2c21aa9d4492926cb6f291b2415d5680f2900396..3d2bd13c23817a889b8461c616d70a183c8b2a78 100644 (file)
@@ -429,11 +429,8 @@ void BiblioInfo::fillWithBibKeys(Buffer const * const buf)
                return;
        }
 
-       // Pre-load all child documents.
-       buf->loadChildDocuments();
-
        for (InsetIterator it = inset_iterator_begin(buf->inset()); it; ++it)
-               it->fillWithBibKeys(*buf, *this, it);
+               it->fillWithBibKeys(*this, it);
 }