From 8b6c64513d6e3e2161f06c38fc093e47216dabb1 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 30 Jul 2019 17:57:47 +0200 Subject: Improved loplugin:stringconstant (now that GCC 7 supports it): comphelper Change-Id: Ie0d3604b8742aed139131d523f6c7371bc02b7c3 Reviewed-on: https://gerrit.libreoffice.org/76691 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- comphelper/source/misc/mimeconfighelper.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'comphelper/source/misc/mimeconfighelper.cxx') diff --git a/comphelper/source/misc/mimeconfighelper.cxx b/comphelper/source/misc/mimeconfighelper.cxx index 24e5626e4593..21126c4867ec 100644 --- a/comphelper/source/misc/mimeconfighelper.cxx +++ b/comphelper/source/misc/mimeconfighelper.cxx @@ -499,7 +499,7 @@ OUString MimeConfigurationHelper::GetFactoryNameByStringClassID( const OUString& { uno::Sequence< sal_Int8 > aClassID = GetSequenceClassIDRepresentation( aStringClassID ); if ( ClassIDsEqual( aClassID, GetSequenceClassID( SO3_DUMMY_CLASSID ) ) ) - return OUString( "com.sun.star.embed.OOoSpecialEmbeddedObjectFactory" ); + return "com.sun.star.embed.OOoSpecialEmbeddedObjectFactory"; } } -- cgit