offapi/com/sun/star/awt/XDialog.idl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
New commits: commit c3cd4863d4c693a92f0340264b893310851445f0 Author: Mike Kaganski <[email protected]> AuthorDate: Tue Aug 24 10:06:32 2021 +0200 Commit: Mike Kaganski <[email protected]> CommitDate: Tue Aug 24 16:03:36 2021 +0200 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 <[email protected]> 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();
