[Libreoffice-commits] core.git: compilerplugins/clang
Miklos Vajna
vmiklos at collabora.co.uk
Thu Nov 26 01:19:24 PST 2015
compilerplugins/clang/badstatics.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 16677bbdb8584b9cca195deaeba736cb62babe19
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date: Thu Nov 26 10:17:41 2015 +0100
compilerplugins: adapt comment
...after 49c2b9808df8a6b197dec666dfc0cda6321a4306
"bin/rename-sw-abbreviations.sh"
Change-Id: Ibd74246403bead8100d181b335f9145013f31e5e
diff --git a/compilerplugins/clang/badstatics.cxx b/compilerplugins/clang/badstatics.cxx
index 5900f49..26773a8 100644
--- a/compilerplugins/clang/badstatics.cxx
+++ b/compilerplugins/clang/badstatics.cxx
@@ -123,7 +123,7 @@ public:
|| 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
- || name == "s_pVout" // _FrmFinit()
+ || name == "s_pVout" // _FrameFinit()
|| name == "s_pPaintQueue" // SwPaintQueue::Remove()
|| name == "gProp" // only owned (VclPtr) member cleared again
|| name == "g_pColumnCacheLastTabFrame" // not owning
More information about the Libreoffice-commits
mailing list