diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-07-30 17:48:46 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-07-31 12:54:49 +0200 |
commit | 9a33b501b3eb82d8ec08b391c35efa44a3723a2f (patch) | |
tree | 6aa3fcba29c4aadfc346968e55b150a18c6305cc /sot/source | |
parent | 2372d1a8b5e116b0ea84d09b4b577cc0f4ee7333 (diff) |
Improved loplugin:stringconstant (now that GCC 7 supports it): sot
Change-Id: If50079060effe857d5c4659a82c827ce16548c46
Reviewed-on: https://gerrit.libreoffice.org/76646
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sot/source')
-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 ) |