summaryrefslogtreecommitdiff
path: root/configmgr
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr')
-rw-r--r--configmgr/source/defaultprovider.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/configmgr/source/defaultprovider.cxx b/configmgr/source/defaultprovider.cxx
index 59f02af38107..7161659e0fa6 100644
--- a/configmgr/source/defaultprovider.cxx
+++ b/configmgr/source/defaultprovider.cxx
@@ -46,7 +46,7 @@ OUString getImplementationName() { return "com.sun.star.comp.configuration.Defau
css::uno::Sequence<OUString> getSupportedServiceNames()
{
- return css::uno::Sequence<OUString>{ "com.sun.star.configuration.DefaultProvider" };
+ return { "com.sun.star.configuration.DefaultProvider" };
}
}