summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-06-11 14:01:16 +0000
committerOliver Bolte <obo@openoffice.org>2007-06-11 14:01:16 +0000
commite3b342dfc6f19fe1455352ae6ae32a305c816d6d (patch)
tree500417f05c9210da9dc0a6fc321a670b74cd78a8
parent04c793a35fa07e703ce6e3fa42d0a4101120ccc4 (diff)
INTEGRATION: CWS chart05 (1.8.2); FILE MERGED
2007/05/30 07:22:58 iha 1.8.2.1: #i77915# 3D xy chart should be deep
-rw-r--r--chart2/source/model/template/ScatterChartTypeTemplate.cxx11
1 files changed, 9 insertions, 2 deletions
diff --git a/chart2/source/model/template/ScatterChartTypeTemplate.cxx b/chart2/source/model/template/ScatterChartTypeTemplate.cxx
index a50602bd5..1a7b45c9b 100644
--- a/chart2/source/model/template/ScatterChartTypeTemplate.cxx
+++ b/chart2/source/model/template/ScatterChartTypeTemplate.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ScatterChartTypeTemplate.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: vg $ $Date: 2007-05-22 18:52:02 $
+ * last change: $Author: obo $ $Date: 2007-06-11 15:01:16 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -240,6 +240,13 @@ sal_Int32 ScatterChartTypeTemplate::getDimension() const
return m_nDim;
}
+StackMode ScatterChartTypeTemplate::getStackMode( sal_Int32 nChartTypeIndex ) const
+{
+ if( m_nDim == 3 )
+ return StackMode_Z_STACKED;
+ return StackMode_NONE;
+}
+
bool ScatterChartTypeTemplate::supportsCategories() const
{
return false;