summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-02-16 08:31:28 +0200
committerNoel Grandin <noel@peralex.com>2016-02-16 08:31:28 +0200
commit94639a10851b62733d5d97d86741b4782c09ee34 (patch)
treeb4b97f8cfa01ed39b7254c5c0499aeaec90b1bb3 /vcl
parentfc3c5c781af6f83b135e7d174ebe8f823715603a (diff)
Silence loplugin:staticmethods
Change-Id: I112dec3253c6eb41dd18bd5cdbcc5a488e4d268c
Diffstat (limited to 'vcl')
-rw-r--r--vcl/unx/gtk3/gtk3gtkframe.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/unx/gtk3/gtk3gtkframe.cxx b/vcl/unx/gtk3/gtk3gtkframe.cxx
index f264c019e536..a391edc11043 100644
--- a/vcl/unx/gtk3/gtk3gtkframe.cxx
+++ b/vcl/unx/gtk3/gtk3gtkframe.cxx
@@ -3909,6 +3909,7 @@ Size GtkSalDisplay::GetScreenSize( int nDisplayScreen )
sal_uIntPtr GtkSalFrame::GetNativeWindowHandle(GtkWidget *pWidget)
{
+ (void) this; // Silence loplugin:staticmethods
GdkDisplay *pDisplay = getGdkDisplay();
GdkWindow *pWindow = gtk_widget_get_window(pWidget);