summaryrefslogtreecommitdiff
path: root/chart2/source/model/template/NetChartType.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/model/template/NetChartType.cxx')
-rw-r--r--chart2/source/model/template/NetChartType.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/model/template/NetChartType.cxx b/chart2/source/model/template/NetChartType.cxx
index 8099bfa05eb7..95de304b6ae1 100644
--- a/chart2/source/model/template/NetChartType.cxx
+++ b/chart2/source/model/template/NetChartType.cxx
@@ -150,12 +150,12 @@ uno::Reference< util::XCloneable > SAL_CALL NetChartType::createClone()
// ____ XChartType ____
OUString SAL_CALL NetChartType::getChartType()
{
- return OUString(CHART2_SERVICE_NAME_CHARTTYPE_NET);
+ return CHART2_SERVICE_NAME_CHARTTYPE_NET;
}
OUString SAL_CALL NetChartType::getImplementationName()
{
- return OUString("com.sun.star.comp.chart.NetChartType");
+ return "com.sun.star.comp.chart.NetChartType";
}
sal_Bool SAL_CALL NetChartType::supportsService( const OUString& rServiceName )