X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetInclude.h;h=9ecaf42e7e0eaa97f7bef74304d02bf2a73c01f1;hb=87a7f728ca9b8b4d358cf06de980f61b67a927ac;hp=009b49e3ac03c06b9ca4e55b72a677f3a41e157a;hpb=88a0666d6c039decfbd0da0dee6c9b4ba4923806;p=lyx.git diff --git a/src/insets/InsetInclude.h b/src/insets/InsetInclude.h index 009b49e3ac..9ecaf42e7e 100644 --- a/src/insets/InsetInclude.h +++ b/src/insets/InsetInclude.h @@ -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(); /// @@ -125,6 +117,9 @@ public: static std::string defaultCommand() { return "include"; } /// static bool isCompatibleCommand(std::string const & s); + /// + bool needsCProtection(bool const maintext = false, + bool const fragile = false) const; //@} protected: