summaryrefslogtreecommitdiff
path: root/chart2/source
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-07-24 13:20:37 +0200
committerMichael Stahl <mstahl@redhat.com>2014-07-24 13:20:37 +0200
commitb8a72f7e344fec02a0ea0fcc3848d5960a21fc0b (patch)
treeaaf33cfd058f8d326eeb21a553993a9932b4582d /chart2/source
parentc9e61e02b36def2c139c122df8e7c59041d22f13 (diff)
chart2: [loplugin:literaltoboolconversion]
Change-Id: I94d34c85cdf6b56e4378e245e8cb5fe192619226
Diffstat (limited to 'chart2/source')
-rw-r--r--chart2/source/view/charttypes/GL3DBarChart.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/view/charttypes/GL3DBarChart.cxx b/chart2/source/view/charttypes/GL3DBarChart.cxx
index a07d1a9796a4..55810b8665d1 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;