diff options
Diffstat (limited to 'sot')
-rw-r--r-- | sot/source/unoolestorage/xolesimplestorage.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sot/source/unoolestorage/xolesimplestorage.cxx b/sot/source/unoolestorage/xolesimplestorage.cxx index 09de314226ab..82d7f8bbb7a5 100644 --- a/sot/source/unoolestorage/xolesimplestorage.cxx +++ b/sot/source/unoolestorage/xolesimplestorage.cxx @@ -677,7 +677,7 @@ void SAL_CALL OLESimpleStorage::setClassInfo( const uno::Sequence< sal_Int8 >& / // XServiceInfo OUString SAL_CALL OLESimpleStorage::getImplementationName() { - return OUString("com.sun.star.comp.embed.OLESimpleStorage"); + return "com.sun.star.comp.embed.OLESimpleStorage"; } sal_Bool SAL_CALL OLESimpleStorage::supportsService( const OUString& ServiceName ) |