diff options
author | Caolán McNamara <caolanm@redhat.com> | 2022-02-22 09:41:26 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2022-02-22 13:40:46 +0100 |
commit | ff66c1d82b34ea8efbfb61835f6ec951e5b32caa (patch) | |
tree | fe1636830aa560361e91a5c6e49ff8ae92fed70a | |
parent | 14a8eecaa4368495f681f3fe2ed8f867697b234c (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.cxx | 4 |
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 + ">", {}, |