summaryrefslogtreecommitdiff
path: root/chart2/source/controller/dialogs/ChartTypeDialogController.cxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2008-01-14 12:56:38 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2008-01-14 12:56:38 +0000
commita0066ddf976fbc634662c5fc439bd04211db7173 (patch)
tree1e8652741aded623fad3f740a16d313d97299af2 /chart2/source/controller/dialogs/ChartTypeDialogController.cxx
parent6e67c585656a4daa47f50e2cdd7401b64fb7863c (diff)
INTEGRATION: CWS chart15 (1.4.22); FILE MERGED
2007/12/12 14:46:04 iha 1.4.22.1: don't use cylinder but cuboid as default
Diffstat (limited to 'chart2/source/controller/dialogs/ChartTypeDialogController.cxx')
-rw-r--r--chart2/source/controller/dialogs/ChartTypeDialogController.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/chart2/source/controller/dialogs/ChartTypeDialogController.cxx b/chart2/source/controller/dialogs/ChartTypeDialogController.cxx
index 9e90476ebc71..2ac8947d6ce5 100644
--- a/chart2/source/controller/dialogs/ChartTypeDialogController.cxx
+++ b/chart2/source/controller/dialogs/ChartTypeDialogController.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ChartTypeDialogController.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2007-07-25 08:29:58 $
+ * last change: $Author: ihi $ $Date: 2008-01-14 13:56:38 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -96,7 +96,7 @@ ChartTypeParameter::ChartTypeParameter()
, eCurveStyle( CurveStyle_LINES )
, nCurveResolution(20)
, nSplineOrder(3)
- , nGeometry3D(1)
+ , nGeometry3D(DataPointGeometry3D::CUBOID)
, eThreeDLookScheme(ThreeDLookScheme_Realistic)
, bSortByXValues(sal_False)
{
@@ -115,7 +115,7 @@ ChartTypeParameter::ChartTypeParameter( sal_Int32 SubTypeIndex, bool HasXAxisWit
, eCurveStyle( nCurveStyle )
, nCurveResolution(20)
, nSplineOrder(3)
- , nGeometry3D(1)
+ , nGeometry3D(DataPointGeometry3D::CUBOID)
, eThreeDLookScheme(ThreeDLookScheme_Realistic)
, bSortByXValues(sal_False)
{