summaryrefslogtreecommitdiff
path: root/chart2/source/view/inc/ViewDefines.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-06-11 14:03:41 +0000
committerOliver Bolte <obo@openoffice.org>2007-06-11 14:03:41 +0000
commit13e631e1f4d585bc29bd34a50a5e8245e6ca7206 (patch)
treefe27c9f8d1a285ea052d430fcdfbe95d7043d984 /chart2/source/view/inc/ViewDefines.hxx
parentce119236d6c89800dbd23ce99b8a6c595d382135 (diff)
INTEGRATION: CWS chart05 (1.3.2); FILE MERGED
2007/05/29 16:40:50 iha 1.3.2.1: #i77904# to much distance between grids and floor or wall
Diffstat (limited to 'chart2/source/view/inc/ViewDefines.hxx')
-rw-r--r--chart2/source/view/inc/ViewDefines.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/chart2/source/view/inc/ViewDefines.hxx b/chart2/source/view/inc/ViewDefines.hxx
index adba14d765b7..602840cbbdc8 100644
--- a/chart2/source/view/inc/ViewDefines.hxx
+++ b/chart2/source/view/inc/ViewDefines.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ViewDefines.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: vg $ $Date: 2007-05-22 19:22:17 $
+ * last change: $Author: obo $ $Date: 2007-06-11 15:03:41 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -44,7 +44,7 @@ namespace chart
#define CHART_3DOBJECT_SEGMENTCOUNT ((sal_Int32)32)
#define FIXED_SIZE_FOR_3D_CHART_VOLUME (10000.0)
//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 (50.0)
+#define GRID_TO_WALL_DISTANCE (1.0)
#define FLOOR_THICKNESS (100.0)
const double ZDIRECTION = 1.0;