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

Stephan Bergmann sbergman at redhat.com
Fri Jul 10 00:03:43 PDT 2015


 vcl/source/app/svdata.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit db10a790df13c2d8f108bd829b4b025de2fc07e2
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Fri Jul 10 09:03:05 2015 +0200

    loplugin:literaltoboolconversion
    
    Change-Id: Iee43daf2f3c5dfe7dd1434ad63ffccc28d165cde

diff --git a/vcl/source/app/svdata.cxx b/vcl/source/app/svdata.cxx
index 9c2cde1..bfc2bb4 100644
--- a/vcl/source/app/svdata.cxx
+++ b/vcl/source/app/svdata.cxx
@@ -84,8 +84,8 @@ ImplSVData::ImplSVData()
     memset( this, 0, sizeof( ImplSVData ) );
     maHelpData.mbAutoHelpId = true;
     maNWFData.maMenuBarHighlightTextColor = Color( COL_TRANSPARENT );
-    maNWFData.mbEnableAccel = 1;
-    maNWFData.mbAutoAccel = 0;
+    maNWFData.mbEnableAccel = true;
+    maNWFData.mbAutoAccel = false;
 }
 
 ImplSVGDIData::~ImplSVGDIData()


More information about the Libreoffice-commits mailing list