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

Tor Lillqvist tml at collabora.com
Wed Oct 14 11:31:40 PDT 2015


 vcl/unx/gtk/app/gtkdata.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit f0f6077dc51a20dfa0387d4e68eb677e50ab76cd
Author: Tor Lillqvist <tml at collabora.com>
Date:   Wed Oct 14 21:19:35 2015 +0300

    WaE: loplugin:staticmethods
    
    Change-Id: I2dd4ace6d884ba59820814e23a8e55d9b0e60ef6

diff --git a/vcl/unx/gtk/app/gtkdata.cxx b/vcl/unx/gtk/app/gtkdata.cxx
index 6dc0cbf..94d069d 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


More information about the Libreoffice-commits mailing list