sfx2/source/inc/openuriexternally.hxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 524a0b57ace6cb663df411ab0d8298c5aff6a226
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Tue Oct 26 10:37:17 2021 +0200
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Wed Oct 27 08:37:42 2021 +0200

    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 <sberg...@redhat.com>

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);

Reply via email to