Work around loplguins:badstatics

Change-Id: I243dcb86cc1a99550b26962daf47c19eb62aa8df
This commit is contained in:
Stephan Bergmann
2015-11-17 16:41:40 +01:00
parent 14b7524f65
commit b0526e291d

View File

@@ -136,6 +136,12 @@ public:
|| name == "xDrawClipDocShellRef" // ScGlobal::Clear()
|| name == "instance"
// ImplImageTree::get(), ImplImageTree::shutDown()
|| name == "s_pMouseFrame"
// vcl/osx/salframeview.mm, mouseEntered/Exited, not owning
|| name == "pCurrentMenuBar"
// vcl/osx/salmenu.cxx, AquaSalMenu::set/unsetMainMenu, not
// owning
|| name == "s_pCaptureFrame" // vcl/osx/salframe.cxx, not owning
) // these variables appear unproblematic
{
return true;