From f3f305b6a5f515fbff35b3b551a953307be47216 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Fri, 22 Jan 2016 21:22:05 +0100 Subject: compilerplugins: rejoice, for pStaticThesSubMenu is dead Change-Id: I6c7f250af4c1f09feb836aef3c468d97e8266e4b --- compilerplugins/clang/badstatics.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'compilerplugins/clang/badstatics.cxx') 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 -- cgit