diff options
author | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-07-23 22:57:17 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-07-23 22:58:10 +0200 |
commit | efea971d33d83b39bcb883da51cc204a981897f9 (patch) | |
tree | 1a3bfc739dcf5bcdefc2037475a97ddd38f2c118 /chart2 | |
parent | bffb6ccc133987dcb11d0b9ac7135fdc7430c49b (diff) |
by default we want the non-benchmark mode
Change-Id: I82c8d0c36f1748158545a2bfa5b816c5bb9d44f0
Diffstat (limited to 'chart2')
-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 d681c330763c..7d3ffd543fec 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 1 +#define BENCH_MARK_MODE 0 using namespace com::sun::star; |