diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-07-24 13:20:37 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-07-24 13:20:37 +0200 |
commit | b8a72f7e344fec02a0ea0fcc3848d5960a21fc0b (patch) | |
tree | aaf33cfd058f8d326eeb21a553993a9932b4582d /chart2/source | |
parent | c9e61e02b36def2c139c122df8e7c59041d22f13 (diff) |
chart2: [loplugin:literaltoboolconversion]
Change-Id: I94d34c85cdf6b56e4378e245e8cb5fe192619226
Diffstat (limited to 'chart2/source')
-rw-r--r-- | chart2/source/view/charttypes/GL3DBarChart.cxx | 2 |
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; |