summaryrefslogtreecommitdiff
path: root/compilerplugins
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2016-07-29 11:47:22 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2016-07-29 11:39:22 +0000
commit389d4d414291879b9097658080e405a06dc0c1fc (patch)
tree0ad97411ad459437b4973bd9eb0c3c6566a0c853 /compilerplugins
parent4b90c9dc83d96908d3732d95e75c2f71d0f5d988 (diff)
sfx2: introduce SfxViewShell::GetViewShellId()
This is quite similar to SwFrame::GetFrameId(), i.e. it assigns a numeric identifier to each instance to help debugging, as those identifiers are stable accross runs. Change-Id: I9cc57e316435f0284a1d481a956a703be859d67e Reviewed-on: https://gerrit.libreoffice.org/27669 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'compilerplugins')
-rw-r--r--compilerplugins/clang/badstatics.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/compilerplugins/clang/badstatics.cxx b/compilerplugins/clang/badstatics.cxx
index 7f09dbc910a0..12e6b931b3c6 100644
--- a/compilerplugins/clang/badstatics.cxx
+++ b/compilerplugins/clang/badstatics.cxx
@@ -150,9 +150,6 @@ public:
// ScAddInAsync* keys if that set is not empty at exit
|| name == "g_aWindowList"
//vcl/unx/gtk/a11y/atkutil.cxx, asserted empty at exit
- || name=="aViewMap"
- // sfx2/source/view/lokhelper.cxx, not owning, leaked by
- // (mis-)design
) // these variables appear unproblematic
{
return true;