From 254b92005479a6d57dfdc63602a214d8d95df68a Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 30 Jul 2019 17:58:18 +0200 Subject: Improved loplugin:stringconstant (now that GCC 7 supports it): binaryurp Change-Id: Ia8ae32426b886fff7824612898b485d090ca51c6 Reviewed-on: https://gerrit.libreoffice.org/76694 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- binaryurp/source/bridgefactory.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'binaryurp/source') diff --git a/binaryurp/source/bridgefactory.cxx b/binaryurp/source/bridgefactory.cxx index d82599363288..6563b101f1df 100644 --- a/binaryurp/source/bridgefactory.cxx +++ b/binaryurp/source/bridgefactory.cxx @@ -50,7 +50,7 @@ css::uno::Reference< css::uno::XInterface > BridgeFactory::static_create( } OUString BridgeFactory::static_getImplementationName() { - return OUString("com.sun.star.comp.bridge.BridgeFactory"); + return "com.sun.star.comp.bridge.BridgeFactory"; } css::uno::Sequence< OUString > -- cgit