summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/MessageBoxCommand.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/MessageBoxCommand.idl')
-rw-r--r--offapi/com/sun/star/awt/MessageBoxCommand.idl8
1 files changed, 0 insertions, 8 deletions
diff --git a/offapi/com/sun/star/awt/MessageBoxCommand.idl b/offapi/com/sun/star/awt/MessageBoxCommand.idl
index 0db1f516fd12..2483d0048133 100644
--- a/offapi/com/sun/star/awt/MessageBoxCommand.idl
+++ b/offapi/com/sun/star/awt/MessageBoxCommand.idl
@@ -20,11 +20,9 @@
#define __com_sun_star_awt_MessageBoxCommand_idl__
-//=============================================================================
module com { module sun { module star { module awt {
-//=============================================================================
/** specifies a message box command.
@@ -32,29 +30,23 @@
*/
published constants MessageBoxCommand
{
- //-------------------------------------------------------------------------
const short CANCEL = 0;
- //-------------------------------------------------------------------------
const short OK = 1;
- //-------------------------------------------------------------------------
const short YES = 2;
- //-------------------------------------------------------------------------
const short NO = 3;
- //-------------------------------------------------------------------------
const short RETRY = 4;
};
-//=============================================================================
}; }; }; };