diff options
author | Miklos Vajna <vmiklos@suse.cz> | 2013-08-06 10:39:29 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@suse.cz> | 2013-08-06 10:40:44 +0200 |
commit | 4ae08f617b7c05878988e7e58a5ecbf46e20ebc9 (patch) | |
tree | a0adcbac716c33d986f5253832bbb73d6d25569b /offapi | |
parent | 0c1ba223cde87798a5626a11226e0de4ee54add3 (diff) |
offapi: fix doxygen warnings in awt::MessageBoxResults
Change-Id: Id8ef8e131b94ff4676af388da2abd437fc1f7704
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; |