diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-07-30 17:58:18 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-07-31 13:00:45 +0200 |
commit | 254b92005479a6d57dfdc63602a214d8d95df68a (patch) | |
tree | 36d0b2831f1e1da3b1fb111ed9156fa751bcd46f /binaryurp | |
parent | 6721d123fbb97007281e59537a77b6e5bf1651dc (diff) |
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 <sbergman@redhat.com>
Diffstat (limited to 'binaryurp')
-rw-r--r-- | binaryurp/source/bridgefactory.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 > |