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

Andrea Gelmini andrea.gelmini at gelma.net
Mon Nov 13 08:25:52 UTC 2017


 vcl/unx/gtk/gtksalframe.cxx |    3 ---
 1 file changed, 3 deletions(-)

New commits:
commit 791ab22556e7926f87dc2345ab49738ae6e67a24
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Sat Nov 11 22:54:48 2017 +0100

    Removed include check
    
    <unx/gtk/gtksalmenu.hxx> is already included at the beginning of
    the file.
    So no need to check to include it.
    
    Change-Id: I66988734271fa8fe8434e8090337f0ab14a8b994
    Reviewed-on: https://gerrit.libreoffice.org/44646
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Mark Page <aptitude at btconnect.com>

diff --git a/vcl/unx/gtk/gtksalframe.cxx b/vcl/unx/gtk/gtksalframe.cxx
index 85a9cef8df4c..2d53534c0934 100644
--- a/vcl/unx/gtk/gtksalframe.cxx
+++ b/vcl/unx/gtk/gtksalframe.cxx
@@ -43,9 +43,6 @@
 #include <config_gio.h>
 
 #include <unx/x11/xlimits.hxx>
-#if ENABLE_DBUS && ENABLE_GIO
-#  include <unx/gtk/gtksalmenu.hxx>
-#endif
 #if defined ENABLE_GMENU_INTEGRATION // defined in gtksalmenu.hxx above
 #  include <unx/gtk/hudawareness.h>
 #endif


More information about the Libreoffice-commits mailing list