summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/form/FormButtonType.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/form/FormButtonType.idl')
-rw-r--r--offapi/com/sun/star/form/FormButtonType.idl7
1 files changed, 0 insertions, 7 deletions
diff --git a/offapi/com/sun/star/form/FormButtonType.idl b/offapi/com/sun/star/form/FormButtonType.idl
index de7699732c37..d700cb7c718e 100644
--- a/offapi/com/sun/star/form/FormButtonType.idl
+++ b/offapi/com/sun/star/form/FormButtonType.idl
@@ -20,36 +20,30 @@
#define __com_sun_star_form_FormButtonType_idl__
-//=============================================================================
module com { module sun { module star { module form {
-//=============================================================================
/** specifies the action to execute when a button is pressed.
@see com::sun::star::form::component::CommandButton
*/
published enum FormButtonType
{
- //-------------------------------------------------------------------------
/** requires the button to act like a common push button, means no special action is triggered.
*/
PUSH,
- //-------------------------------------------------------------------------
/** When the button is clicked, it performs a submit on its containing form.
*/
SUBMIT,
- //-------------------------------------------------------------------------
/** When the button is clicked, it performs a reset on its containing form.
*/
RESET,
- //-------------------------------------------------------------------------
/** When the button is clicked, an URL set for the button is opened.
@see com::sun::star::form::component::CommandButton::TargetURL
@@ -59,7 +53,6 @@ published enum FormButtonType
};
-//=============================================================================
}; }; }; };