From 9a33b501b3eb82d8ec08b391c35efa44a3723a2f Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 30 Jul 2019 17:48:46 +0200 Subject: 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 --- sot/source/unoolestorage/xolesimplestorage.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sot') 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 ) -- cgit