summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2022-08-30 14:04:52 +0200
committerThorsten Behrens <thorsten.behrens@allotropia.de>2022-09-01 23:52:36 +0200
commit317fc74baff26e9075240e14a2c03e1c88efd7c3 (patch)
tree88f217da64fcc505d14fbc46ba804340a1fefdba
parent[CIBO] Branding images for msi installer and startcenter bg (diff)
downloadcore-317fc74baff26e9075240e14a2c03e1c88efd7c3.tar.gz
core-317fc74baff26e9075240e14a2c03e1c88efd7c3.zip
These commands are always URLs already
Change-Id: I5083765c879689d7f933bbe00ad70bb68e635a21 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139042 Tested-by: Jean-Pierre Ledure <jp@ledure.be> Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Conflicts: wizards/source/scriptforge/SF_Session.xba
-rw-r--r--wizards/source/access2base/DoCmd.xba2
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/source/access2base/DoCmd.xba b/wizards/source/access2base/DoCmd.xba
index c640af7c5478..79b109ddf47f 100644
--- a/wizards/source/access2base/DoCmd.xba
+++ b/wizards/source/access2base/DoCmd.xba
@@ -2649,7 +2649,7 @@ Private Sub _ShellExecute(sCommand As String)
Dim oShell As Object
Set oShell = createUnoService(&quot;com.sun.star.system.SystemShellExecute&quot;)
- oShell.execute(sCommand, &quot;&quot; , com.sun.star.system.SystemShellExecuteFlags.DEFAULTS)
+ oShell.execute(sCommand, &quot;&quot; , com.sun.star.system.SystemShellExecuteFlags.URIS_ONLY)
End Sub &apos; _ShellExecute V0.8.5