summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/controller/chartapiwrapper/ChartDocumentWrapper.cxx2
-rw-r--r--chart2/source/controller/dialogs/dlg_ChartType_UNO.cxx2
-rw-r--r--chart2/source/controller/dialogs/dlg_CreationWizard_UNO.cxx2
-rw-r--r--chart2/source/controller/main/ChartController.cxx2
-rw-r--r--chart2/source/controller/main/ChartFrameloader.cxx2
5 files changed, 5 insertions, 5 deletions
diff --git a/chart2/source/controller/chartapiwrapper/ChartDocumentWrapper.cxx b/chart2/source/controller/chartapiwrapper/ChartDocumentWrapper.cxx
index 2c2663e8d3fe..33c06dcf5b77 100644
--- a/chart2/source/controller/chartapiwrapper/ChartDocumentWrapper.cxx
+++ b/chart2/source/controller/chartapiwrapper/ChartDocumentWrapper.cxx
@@ -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 )
diff --git a/chart2/source/controller/dialogs/dlg_ChartType_UNO.cxx b/chart2/source/controller/dialogs/dlg_ChartType_UNO.cxx
index c2415b78b04e..67e827fa9cf4 100644
--- a/chart2/source/controller/dialogs/dlg_ChartType_UNO.cxx
+++ b/chart2/source/controller/dialogs/dlg_ChartType_UNO.cxx
@@ -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)
diff --git a/chart2/source/controller/dialogs/dlg_CreationWizard_UNO.cxx b/chart2/source/controller/dialogs/dlg_CreationWizard_UNO.cxx
index 34df8acaca78..f445f633acaa 100644
--- a/chart2/source/controller/dialogs/dlg_CreationWizard_UNO.cxx
+++ b/chart2/source/controller/dialogs/dlg_CreationWizard_UNO.cxx
@@ -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 )
diff --git a/chart2/source/controller/main/ChartController.cxx b/chart2/source/controller/main/ChartController.cxx
index 40e6cacdfe8d..b53ebf66c8d2 100644
--- a/chart2/source/controller/main/ChartController.cxx
+++ b/chart2/source/controller/main/ChartController.cxx
@@ -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 )
diff --git a/chart2/source/controller/main/ChartFrameloader.cxx b/chart2/source/controller/main/ChartFrameloader.cxx
index aad49b6caa2c..daca8983d0b7 100644
--- a/chart2/source/controller/main/ChartFrameloader.cxx
+++ b/chart2/source/controller/main/ChartFrameloader.cxx
@@ -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 )