[Libreoffice-commits] core.git: chart2/source
Caolán McNamara
caolanm at redhat.com
Tue Dec 9 03:42:26 PST 2014
chart2/source/model/main/PolarCoordinateSystem.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 9b307e64d616554c11609898dd01190e62045ed7
Author: Caolán McNamara <caolanm at redhat.com>
Date: Tue Dec 9 11:41:53 2014 +0000
fix build
Change-Id: Iaeb995ef4dad03babb5df1b034a476d90681768a
diff --git a/chart2/source/model/main/PolarCoordinateSystem.cxx b/chart2/source/model/main/PolarCoordinateSystem.cxx
index 08bed1e..ca75de5 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 ____
More information about the Libreoffice-commits
mailing list