diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-23 10:51:54 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-23 10:51:54 +0000 |
commit | a405d9498fd1f3ae457249f43e7d3de5e10c4b5a (patch) | |
tree | f68fec9a391cc2f619d2a2a1be8b8c3f03655558 /chart2/source/controller/itemsetwrapper/MultipleChartConverters.cxx | |
parent | 69c62744fdcfbe0a7f479f33ad6feb1e97a519b1 (diff) |
INTEGRATION: CWS chart17 (1.12.2); FILE MERGED
2007/11/05 14:32:06 iha 1.12.2.1: #i63857#, #i4039# more flexible placement of data point labels, best fit for pie labels
Diffstat (limited to 'chart2/source/controller/itemsetwrapper/MultipleChartConverters.cxx')
-rw-r--r-- | chart2/source/controller/itemsetwrapper/MultipleChartConverters.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chart2/source/controller/itemsetwrapper/MultipleChartConverters.cxx b/chart2/source/controller/itemsetwrapper/MultipleChartConverters.cxx index 308dc417432a..52352757810f 100644 --- a/chart2/source/controller/itemsetwrapper/MultipleChartConverters.cxx +++ b/chart2/source/controller/itemsetwrapper/MultipleChartConverters.cxx @@ -4,9 +4,9 @@ * * $RCSfile: MultipleChartConverters.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: vg $ $Date: 2007-10-22 16:51:36 $ + * last change: $Author: ihi $ $Date: 2007-11-23 11:51:54 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -153,7 +153,7 @@ AllDataLabelItemConverter::AllDataLabelItemConverter( m_aConverters.push_back( new ::chart::wrapper::DataPointItemConverter( xChartModel, xContext, - xObjectProperties, rItemPool, rDrawModel, NULL, + xObjectProperties, *aIt, rItemPool, rDrawModel, NULL, xNamedPropertyContainerFactory, GraphicPropertyItemConverter::FILLED_DATA_POINT, ::std::auto_ptr< awt::Size >( pRefSize.get() ? new awt::Size( *pRefSize ) : 0), |