diff options
Diffstat (limited to 'chart2/source/controller/chartapiwrapper/GridWrapper.cxx')
-rw-r--r-- | chart2/source/controller/chartapiwrapper/GridWrapper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/controller/chartapiwrapper/GridWrapper.cxx b/chart2/source/controller/chartapiwrapper/GridWrapper.cxx index c699e51db73a..aee6ad0aa672 100644 --- a/chart2/source/controller/chartapiwrapper/GridWrapper.cxx +++ b/chart2/source/controller/chartapiwrapper/GridWrapper.cxx @@ -166,7 +166,7 @@ std::vector< std::unique_ptr<WrappedProperty> > GridWrapper::createWrappedProper OUString SAL_CALL GridWrapper::getImplementationName() { - return OUString("com.sun.star.comp.chart.Grid"); + return "com.sun.star.comp.chart.Grid"; } sal_Bool SAL_CALL GridWrapper::supportsService( const OUString& rServiceName ) |