summaryrefslogtreecommitdiff
path: root/chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-03-06 15:15:42 +0000
committerKurt Zenker <kz@openoffice.org>2008-03-06 15:15:42 +0000
commita5a9605eee027f31b7f1cba2ce6a969070ff7725 (patch)
tree55af65d28fb6612733f4d6bd60bb69e0577abfc6 /chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.cxx
parent9f9849348398875f91c414842427d007dde2e05b (diff)
INTEGRATION: CWS chart20_DEV300 (1.13.42); FILE MERGED
2008/02/21 15:59:25 bm 1.13.42.1: #i366# error bars from ranges
Diffstat (limited to 'chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.cxx')
-rw-r--r--chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.cxx b/chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.cxx
index bf704512f262..950d83926cb5 100644
--- a/chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.cxx
+++ b/chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: DataSeriesPointWrapper.cxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: ihi $ $Date: 2007-11-23 11:45:10 $
+ * last change: $Author: kz $ $Date: 2008-03-06 16:15:42 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -729,12 +729,12 @@ const std::vector< WrappedProperty* > DataSeriesPointWrapper::createWrappedPrope
if( m_eType == DATA_SERIES )
{
- WrappedStatisticProperties::addWrappedPropertiesForSeries( aWrappedProperties );
+ WrappedStatisticProperties::addWrappedPropertiesForSeries( aWrappedProperties, m_spChart2ModelContact );
aWrappedProperties.push_back( new WrappedAttachedAxisProperty( m_spChart2ModelContact ) );
}
- WrappedSymbolProperties::addWrappedPropertiesForSeries( aWrappedProperties, m_spChart2ModelContact );//for series and points
- WrappedDataCaptionProperties::addWrappedPropertiesForSeries( aWrappedProperties );//for series and points
+ WrappedSymbolProperties::addWrappedPropertiesForSeries( aWrappedProperties, m_spChart2ModelContact );
+ WrappedDataCaptionProperties::addWrappedPropertiesForSeries( aWrappedProperties, m_spChart2ModelContact );
//add unnamed fill properties (different inner names here)
// aWrappedProperties.push_back( new WrappedUnnamedProperty( C2U( "FillGradient" ), C2U( "GradientName" ) ) );