diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-11-17 16:28:33 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-11-17 16:28:33 +0100 |
commit | b45aef86fa5b7d5d9c8fa7bd7098a1ea74aae58e (patch) | |
tree | fb1b3625e88ee49aa7beb0b2eaff72c37a8feca1 /compilerplugins/clang/badstatics.cxx | |
parent | 097f8d6dbcb904926dbb04c6fbedda08cbf69c51 (diff) |
Improve comment
Change-Id: I25931d59fc1b4feb1fd1eaa036a64a28a269f409
Diffstat (limited to 'compilerplugins/clang/badstatics.cxx')
-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; |