summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-06-06 08:04:54 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-06-06 08:04:54 +0000
commitd512d373b4c322e0f5a95ae931eddb18deda3662 (patch)
tree958d6c0cd416a2762791004d3bf30ce383d49d94 /chart2
parentf6ab045da559c2375d7a1ff6e89901f1de25477f (diff)
INTEGRATION: CWS chart25 (1.7.10); FILE MERGED
2008/05/14 17:06:52 iha 1.7.10.1: #i85803# save and load stacking mode correctly for column and line charts - (don't stack the lines)
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/controller/chartapiwrapper/ChartDataWrapper.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/chart2/source/controller/chartapiwrapper/ChartDataWrapper.cxx b/chart2/source/controller/chartapiwrapper/ChartDataWrapper.cxx
index c1685bfedaf6..ee7069338872 100644
--- a/chart2/source/controller/chartapiwrapper/ChartDataWrapper.cxx
+++ b/chart2/source/controller/chartapiwrapper/ChartDataWrapper.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: ChartDataWrapper.cxx,v $
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
* This file is part of OpenOffice.org.
*
@@ -636,8 +636,7 @@ void ChartDataWrapper::applyData( bool bSetValues, bool bSetRowDescriptions, boo
eStackMode = StackMode_Z_STACKED;
else if( bPercent )
eStackMode = StackMode_Y_STACKED_PERCENT;
- bool bOnlyAtFirstChartType = false;
- DiagramHelper::setStackMode( xDia, eStackMode, bOnlyAtFirstChartType );
+ DiagramHelper::setStackMode( xDia, eStackMode );
}
// notify listeners