diff options
-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(); |