summaryrefslogtreecommitdiff
path: root/chart2/source/view/inc/ViewDefines.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/view/inc/ViewDefines.hxx')
-rw-r--r--chart2/source/view/inc/ViewDefines.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/chart2/source/view/inc/ViewDefines.hxx b/chart2/source/view/inc/ViewDefines.hxx
index 5a38fcd6bce8..b391c9b7b72b 100644
--- a/chart2/source/view/inc/ViewDefines.hxx
+++ b/chart2/source/view/inc/ViewDefines.hxx
@@ -22,9 +22,7 @@
namespace chart
{
-//=========================================================================
//
-//=========================================================================
#define CHART_3DOBJECT_SEGMENTCOUNT ((sal_Int32)32)
//There needs to be a little distance betweengrid lines and walls in 3D, otherwise the lines are partly hidden by the walls
#define GRID_TO_WALL_DISTANCE (1.0)
@@ -33,7 +31,6 @@ const double ZDIRECTION = 1.0;
const sal_Int32 AXIS2D_TICKLENGTH = 150;//value like in old chart
const sal_Int32 AXIS2D_TICKLABELSPACING = 100;//value like in old chart
-
}//end namespace chart
#endif