[Libreoffice-commits] core.git: configmgr/source
Stephan Bergmann (via logerrit)
logerrit at kemper.freedesktop.org
Tue Jun 30 20:59:13 UTC 2020
configmgr/source/services.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit dbfcdc4b7036f058cfae4120ef4c540b58b1b2b8
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Tue Jun 30 18:34:15 2020 +0200
Commit: Stephan Bergmann <sbergman at 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 <sbergman at 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 },
More information about the Libreoffice-commits
mailing list