summaryrefslogtreecommitdiff
path: root/shell/source/unix/exec/shellexec.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'shell/source/unix/exec/shellexec.cxx')
-rw-r--r--shell/source/unix/exec/shellexec.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/shell/source/unix/exec/shellexec.cxx b/shell/source/unix/exec/shellexec.cxx
index 99ed3a7a2f45..46cd6d14c41e 100644
--- a/shell/source/unix/exec/shellexec.cxx
+++ b/shell/source/unix/exec/shellexec.cxx
@@ -59,8 +59,7 @@ namespace // private
{
Sequence< OUString > SAL_CALL ShellExec_getSupportedServiceNames()
{
- Sequence< OUString > aRet(1);
- aRet[0] = "com.sun.star.system.SystemShellExecute";
+ Sequence< OUString > aRet { "com.sun.star.system.SystemShellExecute" };
return aRet;
}
}