summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/PushButtonType.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/PushButtonType.idl')
-rw-r--r--offapi/com/sun/star/awt/PushButtonType.idl70
1 files changed, 35 insertions, 35 deletions
diff --git a/offapi/com/sun/star/awt/PushButtonType.idl b/offapi/com/sun/star/awt/PushButtonType.idl
index fc0c47129efb..bd6b6f88149e 100644
--- a/offapi/com/sun/star/awt/PushButtonType.idl
+++ b/offapi/com/sun/star/awt/PushButtonType.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -24,48 +24,48 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-#ifndef __com_sun_star_awt_PushButtonType_idl__
-#define __com_sun_star_awt_PushButtonType_idl__
-
-
-//=============================================================================
-
- module com { module sun { module star { module awt {
-
-//=============================================================================
-
+#ifndef __com_sun_star_awt_PushButtonType_idl__
+#define __com_sun_star_awt_PushButtonType_idl__
+
+
+//=============================================================================
+
+ module com { module sun { module star { module awt {
+
+//=============================================================================
+
/** specifies the default actions of a button.
*/
published enum PushButtonType
-{
- //-------------------------------------------------------------------------
-
+{
+ //-------------------------------------------------------------------------
+
/** acts like a standard push button.
*/
- STANDARD,
-
- //-------------------------------------------------------------------------
-
+ STANDARD,
+
+ //-------------------------------------------------------------------------
+
/** acts like a OK button.
*/
- OK,
-
- //-------------------------------------------------------------------------
-
+ OK,
+
+ //-------------------------------------------------------------------------
+
/** acts like a cancel button.
*/
- CANCEL,
-
- //-------------------------------------------------------------------------
-
+ CANCEL,
+
+ //-------------------------------------------------------------------------
+
/** acts like a help button.
*/
- HELP
-
-};
-
-//=============================================================================
-
-}; }; }; };
-
-#endif
+ HELP
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif