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

Michael Stahl mstahl at redhat.com
Thu Jul 24 04:24:59 PDT 2014


 chart2/source/view/charttypes/GL3DBarChart.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b8a72f7e344fec02a0ea0fcc3848d5960a21fc0b
Author: Michael Stahl <mstahl at redhat.com>
Date:   Thu Jul 24 13:20:37 2014 +0200

    chart2: [loplugin:literaltoboolconversion]
    
    Change-Id: I94d34c85cdf6b56e4378e245e8cb5fe192619226

diff --git a/chart2/source/view/charttypes/GL3DBarChart.cxx b/chart2/source/view/charttypes/GL3DBarChart.cxx
index a07d1a9..55810b8 100644
--- a/chart2/source/view/charttypes/GL3DBarChart.cxx
+++ b/chart2/source/view/charttypes/GL3DBarChart.cxx
@@ -24,7 +24,7 @@
 #include <windows.h>
 #endif
 
-#define BENCH_MARK_MODE 0
+#define BENCH_MARK_MODE false
 
 using namespace com::sun::star;
 


More information about the Libreoffice-commits mailing list