[Libreoffice-commits] core.git: Branch 'libreoffice-4-3' - chart2/source

Markus Mohrhard markus.mohrhard at googlemail.com
Mon Jul 14 03:30:15 PDT 2014


 chart2/source/inc/macros.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b1043b565530309ecadba4d135bccb2773c49d67
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Sun Jul 13 07:26:24 2014 +0200

    disable 3D OpenGL chart
    
    feature is not ready for the release
    
    Change-Id: Ibca7d1db4f8eb4e7130e2b05fb86706135a41b1c
    Reviewed-on: https://gerrit.libreoffice.org/10261
    Reviewed-by: Zolnai Tamás <zolnaitamas2000 at gmail.com>
    Reviewed-by: Michael Meeks <michael.meeks at collabora.com>
    Tested-by: Michael Meeks <michael.meeks at collabora.com>

diff --git a/chart2/source/inc/macros.hxx b/chart2/source/inc/macros.hxx
index 2319afe..21e5911 100644
--- a/chart2/source/inc/macros.hxx
+++ b/chart2/source/inc/macros.hxx
@@ -30,7 +30,7 @@
     typeid( ex ).name() << ", Message: " << \
     ex.Message )
 
-#define ENABLE_GL3D_BARCHART 1
+#define ENABLE_GL3D_BARCHART 0
 
 #endif
 


More information about the Libreoffice-commits mailing list