[Libreoffice-commits] core.git: binaryurp/source

Stephan Bergmann (via logerrit) logerrit at kemper.freedesktop.org
Tue Jun 30 16:51:48 UTC 2020


 binaryurp/source/bridgefactory.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit eb582a59f8f4ba9bcb939fd4b134f29099d2539c
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Tue Jun 30 15:27:18 2020 +0200
Commit:     Stephan Bergmann <sbergman at redhat.com>
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 <sbergman at redhat.com>

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,


More information about the Libreoffice-commits mailing list