summaryrefslogtreecommitdiff
path: root/configmgr
diff options
context:
space:
mode:
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 },