binaryurp/source/bridgefactory.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit eb582a59f8f4ba9bcb939fd4b134f29099d2539c Author: Stephan Bergmann <[email protected]> AuthorDate: Tue Jun 30 15:27:18 2020 +0200 Commit: Stephan Bergmann <[email protected]> CommitDate: Tue Jun 30 18:51:07 2020 +0200 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 <[email protected]> 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, _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
