summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/MessageBoxButtons.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/MessageBoxButtons.idl')
-rw-r--r--offapi/com/sun/star/awt/MessageBoxButtons.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/awt/MessageBoxButtons.idl b/offapi/com/sun/star/awt/MessageBoxButtons.idl
index e065eb17e1d5..729f603e698c 100644
--- a/offapi/com/sun/star/awt/MessageBoxButtons.idl
+++ b/offapi/com/sun/star/awt/MessageBoxButtons.idl
@@ -19,11 +19,9 @@
#ifndef __com_sun_star_awt_MessageBoxButtons_idl__
#define __com_sun_star_awt_MessageBoxButtons_idl__
-//=============================================================================
module com { module sun { module star { module awt {
-//=============================================================================
/** defines constants for the possible message box button
combinations.
@@ -31,7 +29,6 @@
*/
constants MessageBoxButtons
{
- //-------------------------------------------------------------------------
/** specifies a message with "OK" button.
*/
@@ -82,7 +79,6 @@ constants MessageBoxButtons
const long DEFAULT_BUTTON_IGNORE = 0x60000;
};
-//=============================================================================
}; }; }; };