diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2020-06-30 15:27:18 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2020-06-30 18:51:07 +0200 |
commit | eb582a59f8f4ba9bcb939fd4b134f29099d2539c (patch) | |
tree | faec122136b2cf685028573fad5194fb6f4901a7 /binaryurp/source | |
parent | 8bfc3b5814c65e2eb1fcdaf23c19db8470b8818c (diff) |
Upcoming improved loplugin:staticanonymous -> redundantstatic: binaryurp
Change-Id: I67340a41005d93d11686ed5f5d49bf6e4938f8c7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97523
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'binaryurp/source')
-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 be21fc9c6b40..ff8eff8b6927 100644 --- a/binaryurp/source/bridgefactory.cxx +++ b/binaryurp/source/bridgefactory.cxx @@ -200,7 +200,7 @@ void BridgeFactory::disposing() { namespace { -static cppu::ImplementationEntry const services[] = { +cppu::ImplementationEntry const services[] = { { &binaryurp::BridgeFactory::static_create, &binaryurp::BridgeFactory::static_getImplementationName, &binaryurp::BridgeFactory::static_getSupportedServiceNames, |