diff options
Diffstat (limited to 'stoc/source/defaultregistry/defaultregistry.cxx')
-rw-r--r-- | stoc/source/defaultregistry/defaultregistry.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stoc/source/defaultregistry/defaultregistry.cxx b/stoc/source/defaultregistry/defaultregistry.cxx index afa4d2ad6aa6..69cd40406944 100644 --- a/stoc/source/defaultregistry/defaultregistry.cxx +++ b/stoc/source/defaultregistry/defaultregistry.cxx @@ -1050,7 +1050,7 @@ sal_Bool SAL_CALL NestedRegistryImpl::hasElements( ) OUString SAL_CALL NestedRegistryImpl::getImplementationName( ) { - return OUString("com.sun.star.comp.stoc.NestedRegistry"); + return "com.sun.star.comp.stoc.NestedRegistry"; } sal_Bool SAL_CALL NestedRegistryImpl::supportsService( const OUString& ServiceName ) |