diff options
author | Michael Stahl <mstahl@redhat.com> | 2016-01-22 21:22:05 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2016-01-25 12:31:39 +0100 |
commit | f3f305b6a5f515fbff35b3b551a953307be47216 (patch) | |
tree | 28b245c91d5672e275887a4421a2aa18988af4f3 /compilerplugins/clang/badstatics.cxx | |
parent | 0101cd3da6262169fa273309a86ba5e7cfe573bf (diff) |
compilerplugins: rejoice, for pStaticThesSubMenu is dead
Change-Id: I6c7f250af4c1f09feb836aef3c468d97e8266e4b
Diffstat (limited to 'compilerplugins/clang/badstatics.cxx')
-rw-r--r-- | compilerplugins/clang/badstatics.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compilerplugins/clang/badstatics.cxx b/compilerplugins/clang/badstatics.cxx index 8b033cdd87fb..46590e5f1612 100644 --- a/compilerplugins/clang/badstatics.cxx +++ b/compilerplugins/clang/badstatics.cxx @@ -113,7 +113,6 @@ public: || name == "g_pDDTarget" // SvTreeListBox::dispose() || name == "g_pSfxApplication" // SfxApplication::~SfxApplication() || name == "s_SidebarResourceManagerInstance" // ResourceManager::disposeDecks() - || name == "pStaticThesSubMenu" // wtf is this nonsense || name == "s_pGallery" // this is not entirely clear but apparently the GalleryThemeCacheEntry are deleted by GalleryBrowser2::SelectTheme() or GalleryBrowser2::dispose() || name == "s_ExtMgr" // TheExtensionManager::disposing() || name == "s_pDocLockedInsertingLinks" // not owning |