diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-11-17 21:31:46 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-11-17 21:31:46 +0100 |
commit | 27b45cc23c7b8ea8a62e1fc901279fb3f09ae274 (patch) | |
tree | 745b5ca3bf79d97f13c76f00188a3556d0ced906 /compilerplugins/clang/badstatics.cxx | |
parent | e0080a60ac2fb0a57cbf1ecbeda250e37d8b402e (diff) |
Work around loplguins:badstatics
Change-Id: I597dbc3e4288acb5b71f7a344ae78ba568451614
Diffstat (limited to 'compilerplugins/clang/badstatics.cxx')
-rw-r--r-- | compilerplugins/clang/badstatics.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compilerplugins/clang/badstatics.cxx b/compilerplugins/clang/badstatics.cxx index 03f0a27babaf..942b331f1749 100644 --- a/compilerplugins/clang/badstatics.cxx +++ b/compilerplugins/clang/badstatics.cxx @@ -144,6 +144,8 @@ public: || name == "s_pCaptureFrame" // vcl/osx/salframe.cxx, not owning || name == "pBlink" // sw/source/core/text/blink.cxx, _TextFinit() + || name == "mpInstance" + // sd/source/ui/tools/IconCache.cxx, leaked ) // these variables appear unproblematic { return true; |