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

New commits:
commit dbfcdc4b7036f058cfae4120ef4c540b58b1b2b8
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Tue Jun 30 18:34:15 2020 +0200
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Tue Jun 30 22:58:24 2020 +0200

    Upcoming improved loplugin:staticanonymous -> redundantstatic: configmgr
    
    Change-Id: I85650691056c24d8c2e37ddce2c50a27193b4c6c
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97543
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sberg...@redhat.com>

diff --git a/configmgr/source/services.cxx b/configmgr/source/services.cxx
index 48ccd8a33c56..ef614b1c5830 100644
--- a/configmgr/source/services.cxx
+++ b/configmgr/source/services.cxx
@@ -44,7 +44,7 @@ css::uno::Reference< css::uno::XInterface > dummy(
     return css::uno::Reference< css::uno::XInterface >();
 }
 
-static cppu::ImplementationEntry const services[] = {
+cppu::ImplementationEntry const services[] = {
     { &dummy, &configmgr::configuration_provider::getImplementationName,
       &configmgr::configuration_provider::getSupportedServiceNames,
       &configmgr::configuration_provider::createFactory, nullptr, 0 },
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to