From d3e15ac8df0d6a2bc634686c1f2993f5abbd9451 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Sat, 21 Jun 2014 03:19:42 +0200 Subject: [PATCH] add disabled code for square bars Change-Id: I4b315d9a4a6fb384eaec4d58c53291e473fb6d85 --- chart2/source/view/charttypes/GL3DBarChart.cxx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/chart2/source/view/charttypes/GL3DBarChart.cxx b/chart2/source/view/charttypes/GL3DBarChart.cxx index 29a6fbd18f4c..1de3a3ad2a03 100644 --- a/chart2/source/view/charttypes/GL3DBarChart.cxx +++ b/chart2/source/view/charttypes/GL3DBarChart.cxx @@ -70,8 +70,13 @@ const size_t STEPS = 200; const sal_uLong TIMEOUT = 5; const sal_uInt32 ID_STEP = 10; +#if 0 +const float BAR_SIZE_X = 15.0f; +const float BAR_SIZE_Y = 15.0f; +#else const float BAR_SIZE_X = 30.0f; const float BAR_SIZE_Y = 5.0f; +#endif const float BAR_DISTANCE_X = 5.0f; const float BAR_DISTANCE_Y = 5.0;