summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2022-02-22 09:41:26 +0000
committerCaolán McNamara <caolanm@redhat.com>2022-02-22 13:40:46 +0100
commitff66c1d82b34ea8efbfb61835f6ec951e5b32caa (patch)
treefe1636830aa560361e91a5c6e49ff8ae92fed70a
parent14a8eecaa4368495f681f3fe2ed8f867697b234c (diff)
sort these alphabetically
Change-Id: I03f89dd78908d08534413c0fe6a753e3346b3738 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/130336 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r--shell/source/win32/SysShExec.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/source/win32/SysShExec.cxx b/shell/source/win32/SysShExec.cxx
index ba8dc4e8a3ae..27243b1c5dc3 100644
--- a/shell/source/win32/SysShExec.cxx
+++ b/shell/source/win32/SysShExec.cxx
@@ -343,8 +343,8 @@ void SAL_CALL CSysShExec::execute( const OUString& aCommand, const OUString& aPa
if (!(checkExtension(ext, env)
&& checkExtension(
ext,
- ".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.MSI;.PY;.CLASS;"
- ".JAR;.APPLICATION;.LNK;.SCR")))
+ ".APPLICATION;.BAT;.CLASS;.CMD;.COM;.EXE;.JAR;.JS;"
+ ".JSE;.LNK;.MSC;.MSI;.PY;.SCR;.VBE;.VBS;.WSF;.WSH;")))
{
throw css::lang::IllegalArgumentException(
"XSystemShellExecute.execute, cannot process <" + aCommand + ">", {},