summaryrefslogtreecommitdiff
path: root/chart2/source/tools/LabeledDataSequence.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/tools/LabeledDataSequence.cxx')
-rw-r--r--chart2/source/tools/LabeledDataSequence.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/tools/LabeledDataSequence.cxx b/chart2/source/tools/LabeledDataSequence.cxx
index 5b214a251295..a7ac13fb9b15 100644
--- a/chart2/source/tools/LabeledDataSequence.cxx
+++ b/chart2/source/tools/LabeledDataSequence.cxx
@@ -156,13 +156,13 @@ void SAL_CALL LabeledDataSequence::removeModifyListener( const Reference< util::
Sequence< OUString > LabeledDataSequence::getSupportedServiceNames_Static()
{
Sequence< OUString > aServices( 1 );
- aServices[ 0 ] = C2U( "com.sun.star.chart2.data.LabeledDataSequence" );
+ aServices[ 0 ] = "com.sun.star.chart2.data.LabeledDataSequence";
return aServices;
}
// implement XServiceInfo methods basing upon getSupportedServiceNames_Static
APPHELPER_XSERVICEINFO_IMPL( LabeledDataSequence,
- C2U( "com.sun.star.comp.chart2.LabeledDataSequence" ))
+ OUString("com.sun.star.comp.chart2.LabeledDataSequence") )
// ================================================================================