summaryrefslogtreecommitdiffstats
path: root/shell/source/win32/SysShExec.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'shell/source/win32/SysShExec.cxx')
-rw-r--r--shell/source/win32/SysShExec.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/shell/source/win32/SysShExec.cxx b/shell/source/win32/SysShExec.cxx
index a0aef84e4d2d..441cfc50451b 100644
--- a/shell/source/win32/SysShExec.cxx
+++ b/shell/source/win32/SysShExec.cxx
@@ -67,8 +67,7 @@ namespace // private
{
Sequence< OUString > SAL_CALL SysShExec_getSupportedServiceNames()
{
- Sequence< OUString > aRet(1);
- aRet[0] = "com.sun.star.system.SystemShellExecute";
+ Sequence< OUString > aRet { "com.sun.star.system.SystemShellExecute" };
return aRet;
}