From 27c2928516060abdbf2f3d03c6f5a6f7257845db Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Tue, 13 Jan 2009 14:06:09 +0000 Subject: #i10000#: export method areAllSeriesAttachedToSameAxis() --- chart2/source/inc/DataSeriesHelper.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chart2/source') diff --git a/chart2/source/inc/DataSeriesHelper.hxx b/chart2/source/inc/DataSeriesHelper.hxx index d302674f4867..8e6173fa2ab9 100644 --- a/chart2/source/inc/DataSeriesHelper.hxx +++ b/chart2/source/inc/DataSeriesHelper.hxx @@ -176,7 +176,7 @@ OOO_DLLPUBLIC_CHARTTOOLS bool hasAttributedDataPointDifferentValue( const ::rtl::OUString& rPropertyName, const ::com::sun::star::uno::Any& rPropertyValue ); -bool areAllSeriesAttachedToSameAxis( +OOO_DLLPUBLIC_CHARTTOOLS bool areAllSeriesAttachedToSameAxis( const ::com::sun::star::uno::Reference< ::com::sun::star::chart2::XChartType >& xChartType, sal_Int32 & rOutAxisIndex ); -- cgit