Kaydet (Commit) 4b4c23ac authored tarafından Noel Grandin's avatar Noel Grandin

fix old GCC build

after my commit 10749bbf
"remove the last of the OUString #defines in header files"

Change-Id: I592e918f7b718ddff99a8eaff04b11064fad65d9
üst f4b4db10
......@@ -1575,7 +1575,7 @@ OUString SAL_CALL ChartDocumentWrapper::getImplementationName()
OUString ChartDocumentWrapper::getImplementationName_Static()
{
return CHART_CHARTAPIWRAPPER_IMPLEMENTATION_NAME;
return OUString(CHART_CHARTAPIWRAPPER_IMPLEMENTATION_NAME);
}
sal_Bool SAL_CALL ChartDocumentWrapper::supportsService( const OUString& rServiceName )
......
......@@ -48,7 +48,7 @@ OUString SAL_CALL ChartTypeUnoDlg::getImplementationName() throw(uno::RuntimeExc
OUString ChartTypeUnoDlg::getImplementationName_Static() throw(uno::RuntimeException)
{
return CHART_TYPE_DIALOG_SERVICE_IMPLEMENTATION_NAME;
return OUString(CHART_TYPE_DIALOG_SERVICE_IMPLEMENTATION_NAME);
}
::comphelper::StringSequence SAL_CALL ChartTypeUnoDlg::getSupportedServiceNames() throw(uno::RuntimeException, std::exception)
......
......@@ -65,7 +65,7 @@ OUString SAL_CALL CreationWizardUnoDlg::getImplementationName()
OUString CreationWizardUnoDlg::getImplementationName_Static()
{
return CHART_WIZARD_DIALOG_SERVICE_IMPLEMENTATION_NAME;
return OUString(CHART_WIZARD_DIALOG_SERVICE_IMPLEMENTATION_NAME);
}
sal_Bool SAL_CALL CreationWizardUnoDlg::supportsService( const OUString& rServiceName )
......
......@@ -311,7 +311,7 @@ OUString SAL_CALL ChartController::getImplementationName()
OUString ChartController::getImplementationName_Static()
{
return CHART_CONTROLLER_SERVICE_IMPLEMENTATION_NAME;
return OUString(CHART_CONTROLLER_SERVICE_IMPLEMENTATION_NAME);
}
sal_Bool SAL_CALL ChartController::supportsService( const OUString& rServiceName )
......
......@@ -65,7 +65,7 @@ OUString SAL_CALL ChartFrameLoader::getImplementationName()
OUString ChartFrameLoader::getImplementationName_Static()
{
return CHART_FRAMELOADER_SERVICE_IMPLEMENTATION_NAME;
return OUString(CHART_FRAMELOADER_SERVICE_IMPLEMENTATION_NAME);
}
sal_Bool SAL_CALL ChartFrameLoader::supportsService( const OUString& rServiceName )
......
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