diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-11-29 20:48:11 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-11-29 21:24:20 +0100 |
commit | 90227b15f095d706795a86564d716a5dbcf2c7e2 (patch) | |
tree | 6831d9098411dedfcf251f87abd1535b64cb681a /chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.cxx | |
parent | 73f509f3b988ea05afdc3515ba79b6019edaf590 (diff) |
chart2: replace use of deprecated UserDefinedAttributeSupplier
... with UserDefinedAttributesSupplier
Change-Id: Ib289aaae114d89238a665d0a58eda6fa8d0c482b
Diffstat (limited to 'chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.cxx')
-rw-r--r-- | chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.cxx b/chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.cxx index c29546dca2de..4242c2e1f892 100644 --- a/chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.cxx +++ b/chart2/source/controller/chartapiwrapper/DataSeriesPointWrapper.cxx @@ -862,7 +862,7 @@ uno::Sequence< ::rtl::OUString > DataSeriesPointWrapper::getSupportedServiceName uno::Sequence< ::rtl::OUString > aServices( 7 ); aServices[ 0 ] = "com.sun.star.chart.ChartDataRowProperties"; aServices[ 1 ] = "com.sun.star.chart.ChartDataPointProperties"; - aServices[ 2 ] = "com.sun.star.xml.UserDefinedAttributeSupplier"; + aServices[ 2 ] = "com.sun.star.xml.UserDefinedAttributesSupplier"; aServices[ 3 ] = "com.sun.star.beans.PropertySet"; aServices[ 4 ] = "com.sun.star.drawing.FillProperties"; aServices[ 5 ] = "com.sun.star.drawing.LineProperties"; |