diff options
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/awt/MessageBoxResults.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/awt/MessageBoxResults.idl b/offapi/com/sun/star/awt/MessageBoxResults.idl index 975708601ee4..5c63d6eede89 100644 --- a/offapi/com/sun/star/awt/MessageBoxResults.idl +++ b/offapi/com/sun/star/awt/MessageBoxResults.idl @@ -22,11 +22,11 @@ module com { module sun { module star { module awt { -/** These constants are used to specify a result of executing a <type>XMessageBox</type>. +/** These constants are used to specify a result of executing a XMessageBox. */ constants MessageBoxResults { - /** The user canceled the <type>XMessageBox</type>, by pressing "Cancel" or "Abort" button. + /** The user canceled the XMessageBox, by pressing "Cancel" or "Abort" button. */ const short CANCEL = 0; |