summaryrefslogtreecommitdiff
path: root/configmgr/source/update.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr/source/update.cxx')
-rw-r--r--configmgr/source/update.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/configmgr/source/update.cxx b/configmgr/source/update.cxx
index 058235ed6aba..b479ffe40585 100644
--- a/configmgr/source/update.cxx
+++ b/configmgr/source/update.cxx
@@ -168,8 +168,7 @@ OUString getImplementationName() {
}
css::uno::Sequence< OUString > getSupportedServiceNames() {
- OUString name("com.sun.star.configuration.Update_Service");
- return css::uno::Sequence< OUString >(&name, 1);
+ return css::uno::Sequence< OUString > { "com.sun.star.configuration.Update_Service" };
}
} }