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

Markus Mohrhard markus.mohrhard at googlemail.com
Tue Feb 18 04:14:11 CET 2014


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

New commits:
commit 1388b658cab36e9e1c94821063fb3573d3f7654b
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Tue Feb 18 04:12:27 2014 +0100

    we should not enable the png debug export by default
    
    Change-Id: Iaf8873b32b40db911aa07e910b4070b37b3277ea

diff --git a/chart2/source/view/main/OpenGLRender.cxx b/chart2/source/view/main/OpenGLRender.cxx
index 4d0f25e..83d68bd 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


More information about the Libreoffice-commits mailing list