summaryrefslogtreecommitdiff
path: root/editors/libreoffice/files/patch-shell_source_unix_exec_shellexec.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'editors/libreoffice/files/patch-shell_source_unix_exec_shellexec.cxx')
-rw-r--r--editors/libreoffice/files/patch-shell_source_unix_exec_shellexec.cxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/editors/libreoffice/files/patch-shell_source_unix_exec_shellexec.cxx b/editors/libreoffice/files/patch-shell_source_unix_exec_shellexec.cxx
deleted file mode 100644
index 2fc2ac6e24fd..000000000000
--- a/editors/libreoffice/files/patch-shell_source_unix_exec_shellexec.cxx
+++ /dev/null
@@ -1,11 +0,0 @@
---- shell/source/unix/exec/shellexec.cxx.orig 2020-11-22 14:05:28 UTC
-+++ shell/source/unix/exec/shellexec.cxx
-@@ -168,7 +168,7 @@ void SAL_CALL ShellExec::execute( const OUString& aCom
- aBuffer.append(" --");
- #else
- // Just use xdg-open on non-Mac
-- aBuffer.append("/usr/bin/xdg-open");
-+ aBuffer.append("/usr/local/bin/xdg-open");
- #endif
- aBuffer.append(" ");
- escapeForShell(aBuffer, OUStringToOString(aURL, osl_getThreadTextEncoding()));