[Libreoffice-commits] core.git: vcl/unx

Noel Grandin noel at peralex.com
Tue Feb 16 06:32:08 UTC 2016


 vcl/unx/gtk3/gtk3gtkframe.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 94639a10851b62733d5d97d86741b4782c09ee34
Author: Noel Grandin <noel at peralex.com>
Date:   Tue Feb 16 08:31:28 2016 +0200

    Silence loplugin:staticmethods
    
    Change-Id: I112dec3253c6eb41dd18bd5cdbcc5a488e4d268c

diff --git a/vcl/unx/gtk3/gtk3gtkframe.cxx b/vcl/unx/gtk3/gtk3gtkframe.cxx
index f264c01..a391edc 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);
 


More information about the Libreoffice-commits mailing list