vcl/unx/gtk/salnativewidgets-gtk.cxx |   18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

New commits:
commit 56f276592d477c2201cdc184ce62d7183397f210
Author:     Thorsten Behrens <thorsten.behr...@cib.de>
AuthorDate: Tue Nov 27 10:21:04 2018 +0100
Commit:     Thorsten Behrens <thorsten.behr...@cib.de>
CommitDate: Tue Nov 27 11:41:48 2018 +0100

    vcl: fix gtk debug code
    
    Change-Id: I940e1ae01ec384069cf2704fdc81b7561e9f8d63
    Reviewed-on: https://gerrit.libreoffice.org/64094
    Reviewed-by: Thorsten Behrens <thorsten.behr...@cib.de>
    Tested-by: Thorsten Behrens <thorsten.behr...@cib.de>

diff --git a/vcl/unx/gtk/salnativewidgets-gtk.cxx 
b/vcl/unx/gtk/salnativewidgets-gtk.cxx
index c95016c712d1..1154e8923859 100644
--- a/vcl/unx/gtk/salnativewidgets-gtk.cxx
+++ b/vcl/unx/gtk/salnativewidgets-gtk.cxx
@@ -3887,15 +3887,15 @@ void GtkSalGraphics::updateSettings( AllSettings& 
rSettings )
 
 #if OSL_DEBUG_LEVEL > 1
     std::fprintf( stderr, "==\n" );
-    std::fprintf( stderr, "MenuColor = %x (%d)\n", 
(int)aStyleSet.GetMenuColor().GetColor(), 
aStyleSet.GetMenuColor().GetLuminance() );
-    std::fprintf( stderr, "MenuTextColor = %x (%d)\n", 
(int)aStyleSet.GetMenuTextColor().GetColor(), 
aStyleSet.GetMenuTextColor().GetLuminance() );
-    std::fprintf( stderr, "MenuBarColor = %x (%d)\n", 
(int)aStyleSet.GetMenuBarColor().GetColor(), 
aStyleSet.GetMenuBarColor().GetLuminance() );
-    std::fprintf( stderr, "MenuBarRolloverColor = %x (%d)\n", 
(int)aStyleSet.GetMenuBarRolloverColor().GetColor(), 
aStyleSet.GetMenuBarRolloverColor().GetLuminance() );
-    std::fprintf( stderr, "MenuBarTextColor = %x (%d)\n", 
(int)aStyleSet.GetMenuBarTextColor().GetColor(), 
aStyleSet.GetMenuBarTextColor().GetLuminance() );
-    std::fprintf( stderr, "MenuBarRolloverTextColor = %x (%d)\n", 
(int)aStyleSet.GetMenuBarRolloverTextColor().GetColor(), 
aStyleSet.GetMenuBarRolloverTextColor().GetLuminance() );
-    std::fprintf( stderr, "LightColor = %x (%d)\n", 
(int)aStyleSet.GetLightColor().GetColor(), 
aStyleSet.GetLightColor().GetLuminance() );
-    std::fprintf( stderr, "ShadowColor = %x (%d)\n", 
(int)aStyleSet.GetShadowColor().GetColor(), 
aStyleSet.GetShadowColor().GetLuminance() );
-    std::fprintf( stderr, "DarkShadowColor = %x (%d)\n", 
(int)aStyleSet.GetDarkShadowColor().GetColor(), 
aStyleSet.GetDarkShadowColor().GetLuminance() );
+    std::fprintf( stderr, "MenuColor = %x (%d)\n", 
(int)aStyleSet.GetMenuColor(), aStyleSet.GetMenuColor().GetLuminance() );
+    std::fprintf( stderr, "MenuTextColor = %x (%d)\n", 
(int)aStyleSet.GetMenuTextColor(), aStyleSet.GetMenuTextColor().GetLuminance() 
);
+    std::fprintf( stderr, "MenuBarColor = %x (%d)\n", 
(int)aStyleSet.GetMenuBarColor(), aStyleSet.GetMenuBarColor().GetLuminance() );
+    std::fprintf( stderr, "MenuBarRolloverColor = %x (%d)\n", 
(int)aStyleSet.GetMenuBarRolloverColor(), 
aStyleSet.GetMenuBarRolloverColor().GetLuminance() );
+    std::fprintf( stderr, "MenuBarTextColor = %x (%d)\n", 
(int)aStyleSet.GetMenuBarTextColor(), 
aStyleSet.GetMenuBarTextColor().GetLuminance() );
+    std::fprintf( stderr, "MenuBarRolloverTextColor = %x (%d)\n", 
(int)aStyleSet.GetMenuBarRolloverTextColor(), 
aStyleSet.GetMenuBarRolloverTextColor().GetLuminance() );
+    std::fprintf( stderr, "LightColor = %x (%d)\n", 
(int)aStyleSet.GetLightColor(), aStyleSet.GetLightColor().GetLuminance() );
+    std::fprintf( stderr, "ShadowColor = %x (%d)\n", 
(int)aStyleSet.GetShadowColor(), aStyleSet.GetShadowColor().GetLuminance() );
+    std::fprintf( stderr, "DarkShadowColor = %x (%d)\n", 
(int)aStyleSet.GetDarkShadowColor(), 
aStyleSet.GetDarkShadowColor().GetLuminance() );
 #endif
 
     aHighlightColor = getColor( pMenuItemStyle->bg[ GTK_STATE_SELECTED ] );
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to