summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2009-01-13 14:06:09 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2009-01-13 14:06:09 +0000
commit27c2928516060abdbf2f3d03c6f5a6f7257845db (patch)
tree6a86343c2a68563590a840b0dcb72184eee62cb6 /chart2
parentf04d7bae9138dd47c3ff93f3fc27efd061613b9e (diff)
#i10000#: export method areAllSeriesAttachedToSameAxis()
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/inc/DataSeriesHelper.hxx2
1 files changed, 1 insertions, 1 deletions
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 );