summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2015-10-14 21:19:35 +0300
committerTor Lillqvist <tml@collabora.com>2015-10-14 21:19:35 +0300
commitf0f6077dc51a20dfa0387d4e68eb677e50ab76cd (patch)
tree96e1613da8810c989c9db23b44b7ab32f09c1981
parentbfab2004b38f10706d1d2c5b69f68a0bca93bb4c (diff)
WaE: loplugin:staticmethods
Change-Id: I2dd4ace6d884ba59820814e23a8e55d9b0e60ef6
-rw-r--r--vcl/unx/gtk/app/gtkdata.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/unx/gtk/app/gtkdata.cxx b/vcl/unx/gtk/app/gtkdata.cxx
index 6dc0cbf305cd..94d069dba884 100644
--- a/vcl/unx/gtk/app/gtkdata.cxx
+++ b/vcl/unx/gtk/app/gtkdata.cxx
@@ -1030,6 +1030,8 @@ void GtkSalDisplay::RefreshMenusUnity()
pSalMenu->UpdateFull();
}
}
+#else
+ (void) this;
#endif
}
#endif