summaryrefslogtreecommitdiff
path: root/chart2/source/model/template/AreaChartType.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/model/template/AreaChartType.cxx')
-rw-r--r--chart2/source/model/template/AreaChartType.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/model/template/AreaChartType.cxx b/chart2/source/model/template/AreaChartType.cxx
index a00dc9dac108..2a06ac188695 100644
--- a/chart2/source/model/template/AreaChartType.cxx
+++ b/chart2/source/model/template/AreaChartType.cxx
@@ -56,13 +56,13 @@ uno::Sequence< ::rtl::OUString > AreaChartType::getSupportedServiceNames_Static(
{
uno::Sequence< ::rtl::OUString > aServices( 2 );
aServices[ 0 ] = CHART2_SERVICE_NAME_CHARTTYPE_AREA;
- aServices[ 1 ] = C2U( "com.sun.star.chart2.ChartType" );
+ aServices[ 1 ] = "com.sun.star.chart2.ChartType";
return aServices;
}
// implement XServiceInfo methods basing upon getSupportedServiceNames_Static
APPHELPER_XSERVICEINFO_IMPL( AreaChartType,
- C2U( "com.sun.star.comp.chart.AreaChartType" ));
+ OUString("com.sun.star.comp.chart.AreaChartType") );
} // namespace chart