diff options
-rw-r--r-- | sfx2/source/inc/openuriexternally.hxx | 4 |
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); |