diff options
-rw-r--r-- | compilerplugins/clang/badstatics.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/compilerplugins/clang/badstatics.cxx b/compilerplugins/clang/badstatics.cxx index a1336cceb2bb..fd8d2a041389 100644 --- a/compilerplugins/clang/badstatics.cxx +++ b/compilerplugins/clang/badstatics.cxx @@ -134,7 +134,8 @@ public: || name == "g_pHyphIter" // SwEditShell::HyphEnd() || name == "pFieldEditEngine" // ScGlobal::Clear() || name == "xDrawClipDocShellRef" // ScGlobal::Clear() - || name == "instance" // ImplImageTree::get() + || name == "instance" + // ImplImageTree::get(), ImplImageTree::shutDown() ) // these variables appear unproblematic { return true; |