summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-05-19 10:11:53 +0200
committerNoel Grandin <noel@peralex.com>2015-05-19 10:11:53 +0200
commit4b4c23acc74f7a13e29122c2b12415f9cc69b792 (patch)
treebab2d435c202d7a8dd8ca841980d33be6f15ab86 /chart2
parentf4b4db10da454af98ec6071e20ef0a7e068e11fb (diff)
fix old GCC build
after my commit 10749bbf8247f0b17201b33f95a090dfc4fc3211 "remove the last of the OUString #defines in header files" Change-Id: I592e918f7b718ddff99a8eaff04b11064fad65d9
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 )