diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2021-08-24 10:06:32 +0200 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2021-08-24 16:03:36 +0200 |
commit | c3cd4863d4c693a92f0340264b893310851445f0 (patch) | |
tree | 3209761133c9278208c6e9197466cca5e482753a /offapi | |
parent | 885bddd8055c292794d38ceb232bd98c8b373452 (diff) |
Clarify that css::awt::XDialog::execute is modal.
Change-Id: I80b45918672bcc464dd5b798f81071627fe95cc0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120884
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/awt/XDialog.idl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/offapi/com/sun/star/awt/XDialog.idl b/offapi/com/sun/star/awt/XDialog.idl index a20fdc053fde..7d6ac3c71fc9 100644 --- a/offapi/com/sun/star/awt/XDialog.idl +++ b/offapi/com/sun/star/awt/XDialog.idl @@ -42,7 +42,8 @@ published interface XDialog: com::sun::star::uno::XInterface string getTitle(); - /** shows the dialog. + /** runs the dialog modally: shows it, and waits for the execution to end. + Returns an exit code (e.g., indicatting the button that was used to end the execution). */ short execute(); |