From a405d9498fd1f3ae457249f43e7d3de5e10c4b5a Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Fri, 23 Nov 2007 10:51:54 +0000 Subject: 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 --- chart2/source/controller/itemsetwrapper/MultipleChartConverters.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'chart2/source/controller/itemsetwrapper/MultipleChartConverters.cxx') 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), -- cgit