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>
This commit is contained in:
@@ -343,8 +343,8 @@ void SAL_CALL CSysShExec::execute( const OUString& aCommand, const OUString& aPa
|
|||||||
if (!(checkExtension(ext, env)
|
if (!(checkExtension(ext, env)
|
||||||
&& checkExtension(
|
&& checkExtension(
|
||||||
ext,
|
ext,
|
||||||
".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.MSI;.PY;.CLASS;"
|
".APPLICATION;.BAT;.CLASS;.CMD;.COM;.EXE;.JAR;.JS;"
|
||||||
".JAR;.APPLICATION;.LNK;.SCR")))
|
".JSE;.LNK;.MSC;.MSI;.PY;.SCR;.VBE;.VBS;.WSF;.WSH;")))
|
||||||
{
|
{
|
||||||
throw css::lang::IllegalArgumentException(
|
throw css::lang::IllegalArgumentException(
|
||||||
"XSystemShellExecute.execute, cannot process <" + aCommand + ">", {},
|
"XSystemShellExecute.execute, cannot process <" + aCommand + ">", {},
|
||||||
|
Reference in New Issue
Block a user