Kaydet (Commit) 9b307e64 authored tarafından Caolán McNamara's avatar Caolán McNamara

fix build

Change-Id: Iaeb995ef4dad03babb5df1b034a476d90681768a
üst 6636b2ba
......@@ -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 ____
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment