summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/form/FormSubmitMethod.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/form/FormSubmitMethod.idl')
-rw-r--r--offapi/com/sun/star/form/FormSubmitMethod.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/form/FormSubmitMethod.idl b/offapi/com/sun/star/form/FormSubmitMethod.idl
index ee4acf1fe8f9..dd784b6dcd76 100644
--- a/offapi/com/sun/star/form/FormSubmitMethod.idl
+++ b/offapi/com/sun/star/form/FormSubmitMethod.idl
@@ -29,24 +29,20 @@
#define __com_sun_star_form_FormSubmitMethod_idl__
-//=============================================================================
module com { module sun { module star { module form {
-//=============================================================================
/** specifies how information is sent to a program invoked by submitting a form.
*/
published enum FormSubmitMethod
{
- //-------------------------------------------------------------------------
/** specifies to append the input information of a form to the target
URL as parameters.
*/
GET,
- //-------------------------------------------------------------------------
/** specifies to send the input information in a data body.
*/
@@ -54,7 +50,6 @@ published enum FormSubmitMethod
};
-//=============================================================================
}; }; }; };