summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2021-10-26 10:37:17 +0200
committerStephan Bergmann <sbergman@redhat.com>2021-10-27 08:37:42 +0200
commit524a0b57ace6cb663df411ab0d8298c5aff6a226 (patch)
treed404fd909c2d83804866edbfb55bb31fafe18099 /sfx2
parent453178d33d76248ead90c3547b2f140d8e7bb998 (diff)
Fix names of function parameters referenced in comment
...after 5d5da77e82b6498dd73123ec0dc36d2315e279a1 "tdf#116305 Add timeout to help Windows bring browsers to the front" renamed those parameters, gratuitously Change-Id: I4d62960458ad747b3de4fd99f9bcab987d19aa9f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124173 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/inc/openuriexternally.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/inc/openuriexternally.hxx b/sfx2/source/inc/openuriexternally.hxx
index df2528558bec..a7eca291c7c3 100644
--- a/sfx2/source/inc/openuriexternally.hxx
+++ b/sfx2/source/inc/openuriexternally.hxx
@@ -19,11 +19,11 @@ namespace sfx2
/** Open a URI via com.sun.star.system.SystemShellExecute
Handles XSystemShellExecute.execute's IllegalArgumentException (throwing a
- RuntimeException if it is unexpected, i.e., not caused by the given uri not
+ RuntimeException if it is unexpected, i.e., not caused by the given sURI not
being an absolute URI reference).
Handles XSystemShellExecute.execute's SystemShellExecuteException unless the
- given handleSystemShellExecuteException is false (in which case the
+ given bHandleSystemShellExecuteException is false (in which case the
exception is re-thrown).
*/
void openUriExternally(const OUString& sURI, bool bHandleSystemShellExecuteException);