summaryrefslogtreecommitdiff
path: root/chart2/source/controller/chartapiwrapper/ChartDocumentWrapper.cxx
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/source/controller/chartapiwrapper/ChartDocumentWrapper.cxx
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/source/controller/chartapiwrapper/ChartDocumentWrapper.cxx')
-rw-r--r--chart2/source/controller/chartapiwrapper/ChartDocumentWrapper.cxx2
1 files changed, 1 insertions, 1 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 )