summaryrefslogtreecommitdiff
path: root/chart2/source/view/charttypes/AreaChart.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/view/charttypes/AreaChart.cxx')
-rw-r--r--chart2/source/view/charttypes/AreaChart.cxx12
1 files changed, 2 insertions, 10 deletions
diff --git a/chart2/source/view/charttypes/AreaChart.cxx b/chart2/source/view/charttypes/AreaChart.cxx
index 1bc61f8ca0e8..1401ab43a159 100644
--- a/chart2/source/view/charttypes/AreaChart.cxx
+++ b/chart2/source/view/charttypes/AreaChart.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: AreaChart.cxx,v $
- * $Revision: 1.54 $
+ * $Revision: 1.53.42.2 $
*
* This file is part of OpenOffice.org.
*
@@ -862,15 +862,7 @@ void AreaChart::createShapes()
drawing::Direction3D aSymbolSize(0,0,0);
if( bCreateSymbol )
{
- if(m_nDimension==3)
- {
- /* //no symbols for 3D
- m_pShapeFactory->createSymbol3D( xPointGroupShape_Shapes
- , aScenePosition, aTransformedGeom.m_aSize
- , (*aSeriesIter)->getSymbolTypeOfPoint( nIndex ) );
- */
- }
- else //m_nDimension!=3
+ if(m_nDimension!=3)
{
if( pSymbolProperties )
{