vcl, sd: rename some overly generic static variables

Change-Id: I89159df36361f9ceff3401ef379c8230465617b7
This commit is contained in:
Michael Stahl
2015-11-17 23:43:26 +01:00
parent f324e507ac
commit 526bfba0a0
3 changed files with 11 additions and 11 deletions

View File

@@ -136,7 +136,7 @@ public:
|| name == "g_pHyphIter" // SwEditShell::HyphEnd()
|| name == "pFieldEditEngine" // ScGlobal::Clear()
|| name == "xDrawClipDocShellRef" // ScGlobal::Clear()
|| name == "instance"
|| name == "s_ImplImageTree"
// ImplImageTree::get(), ImplImageTree::shutDown()
|| name == "s_pMouseFrame"
// vcl/osx/salframeview.mm, mouseEntered/Exited, not owning
@@ -146,7 +146,7 @@ public:
|| name == "s_pCaptureFrame" // vcl/osx/salframe.cxx, not owning
|| name == "pBlink"
// sw/source/core/text/blink.cxx, _TextFinit()
|| name == "mpInstance"
|| name == "s_pIconCache"
// sd/source/ui/tools/IconCache.cxx, leaked
) // these variables appear unproblematic
{