vcl/source/app/svdata.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit db10a790df13c2d8f108bd829b4b025de2fc07e2 Author: Stephan Bergmann <sberg...@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() _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits