diff options
Diffstat (limited to 'shell/source')
-rw-r--r-- | shell/source/unix/exec/shellexec.cxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/shell/source/unix/exec/shellexec.cxx b/shell/source/unix/exec/shellexec.cxx index e2df20e026ac..e3d4308df78f 100644 --- a/shell/source/unix/exec/shellexec.cxx +++ b/shell/source/unix/exec/shellexec.cxx @@ -146,9 +146,7 @@ void SAL_CALL ShellExec::execute( const OUString& aCommand, const OUString& aPar } else if (pathname.endsWithIgnoreAsciiCase(".class") || pathname.endsWithIgnoreAsciiCase(".fileloc") || pathname.endsWithIgnoreAsciiCase(".inetloc") - || pathname.endsWithIgnoreAsciiCase(".jar") - || pathname.endsWithIgnoreAsciiCase(".url") - || pathname.endsWithIgnoreAsciiCase(".webloc")) + || pathname.endsWithIgnoreAsciiCase(".jar")) { dir = true; } |