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 fb3131f052dc..947c885cee84 100644
--- a/chart2/source/model/template/AreaChartType.cxx
+++ b/chart2/source/model/template/AreaChartType.cxx
@@ -47,12 +47,12 @@ uno::Reference< util::XCloneable > SAL_CALL AreaChartType::createClone()
// ____ XChartType ____
OUString SAL_CALL AreaChartType::getChartType()
{
- return OUString(CHART2_SERVICE_NAME_CHARTTYPE_AREA);
+ return CHART2_SERVICE_NAME_CHARTTYPE_AREA;
}
OUString SAL_CALL AreaChartType::getImplementationName()
{
- return OUString("com.sun.star.comp.chart.AreaChartType");
+ return "com.sun.star.comp.chart.AreaChartType";
}
sal_Bool SAL_CALL AreaChartType::supportsService( const OUString& rServiceName )