diff options
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/model/main/PolarCoordinateSystem.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/model/main/PolarCoordinateSystem.cxx b/chart2/source/model/main/PolarCoordinateSystem.cxx index 08bed1e3046b..ca75de53a49b 100644 --- a/chart2/source/model/main/PolarCoordinateSystem.cxx +++ b/chart2/source/model/main/PolarCoordinateSystem.cxx @@ -64,13 +64,13 @@ PolarCoordinateSystem::~PolarCoordinateSystem() OUString SAL_CALL PolarCoordinateSystem::getCoordinateSystemType() throw (RuntimeException, std::exception) { - return CHART2_COOSYSTEM_POLAR_SERVICE_NAME; + return OUString(CHART2_COOSYSTEM_POLAR_SERVICE_NAME); } OUString SAL_CALL PolarCoordinateSystem::getViewServiceName() throw (RuntimeException, std::exception) { - return CHART2_COOSYSTEM_POLAR_VIEW_SERVICE_NAME; + return OUString(CHART2_COOSYSTEM_POLAR_VIEW_SERVICE_NAME); } // ____ XCloneable ____ |