summaryrefslogtreecommitdiff
path: root/chart2/source/controller/chartapiwrapper/UpDownBarWrapper.cxx
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-11-29 20:48:11 +0100
committerMichael Stahl <mstahl@redhat.com>2012-11-29 21:24:20 +0100
commit90227b15f095d706795a86564d716a5dbcf2c7e2 (patch)
tree6831d9098411dedfcf251f87abd1535b64cb681a /chart2/source/controller/chartapiwrapper/UpDownBarWrapper.cxx
parent73f509f3b988ea05afdc3515ba79b6019edaf590 (diff)
chart2: replace use of deprecated UserDefinedAttributeSupplier
... with UserDefinedAttributesSupplier Change-Id: Ib289aaae114d89238a665d0a58eda6fa8d0c482b
Diffstat (limited to 'chart2/source/controller/chartapiwrapper/UpDownBarWrapper.cxx')
-rw-r--r--chart2/source/controller/chartapiwrapper/UpDownBarWrapper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/controller/chartapiwrapper/UpDownBarWrapper.cxx b/chart2/source/controller/chartapiwrapper/UpDownBarWrapper.cxx
index 86b2362d8a51..937cb83aeef2 100644
--- a/chart2/source/controller/chartapiwrapper/UpDownBarWrapper.cxx
+++ b/chart2/source/controller/chartapiwrapper/UpDownBarWrapper.cxx
@@ -383,7 +383,7 @@ Sequence< OUString > UpDownBarWrapper::getSupportedServiceNames_Static()
aServices[ 0 ] = ::rtl::OUString("com.sun.star.chart.ChartArea");
aServices[ 1 ] = ::rtl::OUString("com.sun.star.drawing.LineProperties");
aServices[ 2 ] = ::rtl::OUString("com.sun.star.drawing.FillProperties");
- aServices[ 3 ] = ::rtl::OUString("com.sun.star.xml.UserDefinedAttributeSupplier");
+ aServices[ 3 ] = ::rtl::OUString("com.sun.star.xml.UserDefinedAttributesSupplier");
return aServices;
}