summaryrefslogtreecommitdiff
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.idl62
1 files changed, 31 insertions, 31 deletions
diff --git a/offapi/com/sun/star/form/FormSubmitMethod.idl b/offapi/com/sun/star/form/FormSubmitMethod.idl
index a002dc32d990..23a8d8d309fe 100644
--- a/offapi/com/sun/star/form/FormSubmitMethod.idl
+++ b/offapi/com/sun/star/form/FormSubmitMethod.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,40 +24,40 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-#ifndef __com_sun_star_form_FormSubmitMethod_idl__
-#define __com_sun_star_form_FormSubmitMethod_idl__
-
-
-//=============================================================================
-
- module com { module sun { module star { module form {
-
-//=============================================================================
-
+#ifndef __com_sun_star_form_FormSubmitMethod_idl__
+#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
+{
+ //-------------------------------------------------------------------------
+
+ /** specifies to append the input information of a form to the target
URL as parameters.
*/
- GET,
-
- //-------------------------------------------------------------------------
-
+ GET,
+
+ //-------------------------------------------------------------------------
+
/** speficies to send the input information in a data body.
*/
- POST
-
-};
-
-//=============================================================================
-
-}; }; }; };
-
-/*=============================================================================
-
-=============================================================================*/
-#endif
+ POST
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif