From 524a0b57ace6cb663df411ab0d8298c5aff6a226 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 26 Oct 2021 10:37:17 +0200 Subject: 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 --- sfx2/source/inc/openuriexternally.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sfx2') 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); -- cgit