summaryrefslogtreecommitdiff
path: root/sot
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-07-30 17:48:46 +0200
committerStephan Bergmann <sbergman@redhat.com>2019-07-31 12:54:49 +0200
commit9a33b501b3eb82d8ec08b391c35efa44a3723a2f (patch)
tree6aa3fcba29c4aadfc346968e55b150a18c6305cc /sot
parent2372d1a8b5e116b0ea84d09b4b577cc0f4ee7333 (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')
-rw-r--r--sot/source/unoolestorage/xolesimplestorage.cxx2
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 )