diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-12-09 11:41:53 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-12-09 11:41:53 +0000 |
commit | 9b307e64d616554c11609898dd01190e62045ed7 (patch) | |
tree | 521bf8582c31bb3dbfe5672fb24db8a7111fac53 /chart2 | |
parent | 6636b2bacad2026bbc3bc84894d296f98eaaa3cc (diff) |
fix build
Change-Id: Iaeb995ef4dad03babb5df1b034a476d90681768a
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 ____ |