summaryrefslogtreecommitdiff
path: root/configmgr
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2020-06-30 18:34:15 +0200
committerStephan Bergmann <sbergman@redhat.com>2020-06-30 22:58:24 +0200
commitdbfcdc4b7036f058cfae4120ef4c540b58b1b2b8 (patch)
tree5f269064b14d5b81cde1817479c707402e9d6769 /configmgr
parent0cdcb21c90215f15e393d80eb7abdd85bdb89f64 (diff)
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@redhat.com>
Diffstat (limited to 'configmgr')
-rw-r--r--configmgr/source/services.cxx2
1 files changed, 1 insertions, 1 deletions
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 },