chart2/source/inc/macros.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 7b09a4f01f5188ac726f7aad803990fb9439e0e6 Author: Markus Mohrhard <[email protected]> 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/10280 Reviewed-by: Zolnai Tamás <[email protected]> Reviewed-by: Michael Meeks <[email protected]> Reviewed-by: Matúš Kukan <[email protected]> Tested-by: Matúš Kukan <[email protected]> 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
_______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
