summaryrefslogtreecommitdiff
path: root/chart2/source/controller/chartapiwrapper/UpDownBarWrapper.cxx
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2012-06-01 06:21:08 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-06-01 06:30:58 -0500
commit0a321bfc804d389fe7e7cfe388a9cbeda8f89f74 (patch)
treebaf1ad724865ffec420275fb35876ffb60150493 /chart2/source/controller/chartapiwrapper/UpDownBarWrapper.cxx
parentf713237cc38fe682f7cd35bd61562a90befbf8eb (diff)
targeted string re-work
Change-Id: I8e6b9ac1e9382e7dcd51421263e1fb51605565ca
Diffstat (limited to 'chart2/source/controller/chartapiwrapper/UpDownBarWrapper.cxx')
-rw-r--r--chart2/source/controller/chartapiwrapper/UpDownBarWrapper.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/chart2/source/controller/chartapiwrapper/UpDownBarWrapper.cxx b/chart2/source/controller/chartapiwrapper/UpDownBarWrapper.cxx
index 702fff3be2a9..330346f2e189 100644
--- a/chart2/source/controller/chartapiwrapper/UpDownBarWrapper.cxx
+++ b/chart2/source/controller/chartapiwrapper/UpDownBarWrapper.cxx
@@ -389,10 +389,10 @@ uno::Sequence< uno::Any > SAL_CALL UpDownBarWrapper::getPropertyDefaults( const
Sequence< OUString > UpDownBarWrapper::getSupportedServiceNames_Static()
{
Sequence< OUString > aServices( 4 );
- aServices[ 0 ] = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.chart.ChartArea"));
- aServices[ 1 ] = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.drawing.LineProperties"));
- aServices[ 2 ] = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.drawing.FillProperties"));
- aServices[ 3 ] = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.xml.UserDefinedAttributeSupplier"));
+ 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");
return aServices;
}