summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-02-18 04:12:27 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-02-18 04:13:35 +0100
commit1388b658cab36e9e1c94821063fb3573d3f7654b (patch)
tree1d741802cbd93211c2a8a2a737d40b5d97dc0d36 /chart2
parentd20ffc370bc1b946366d4cb1073b815beda706a2 (diff)
we should not enable the png debug export by default
Change-Id: Iaf8873b32b40db911aa07e910b4070b37b3277ea
Diffstat (limited to 'chart2')
-rwxr-xr-xchart2/source/view/main/OpenGLRender.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/view/main/OpenGLRender.cxx b/chart2/source/view/main/OpenGLRender.cxx
index 4d0f25ec7b3c..83d68bd57414 100755
--- a/chart2/source/view/main/OpenGLRender.cxx
+++ b/chart2/source/view/main/OpenGLRender.cxx
@@ -46,7 +46,7 @@ using namespace com::sun::star;
using namespace std;
-#define DEBUG_PNG 1
+#define DEBUG_PNG 0
#if RENDER_TO_FILE
#define BMP_HEADER_LEN 54
#endif