summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/form/FormSubmitEncoding.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/form/FormSubmitEncoding.idl')
-rw-r--r--offapi/com/sun/star/form/FormSubmitEncoding.idl64
1 files changed, 32 insertions, 32 deletions
diff --git a/offapi/com/sun/star/form/FormSubmitEncoding.idl b/offapi/com/sun/star/form/FormSubmitEncoding.idl
index 6fc95e8d5747..c1d346e08ea1 100644
--- a/offapi/com/sun/star/form/FormSubmitEncoding.idl
+++ b/offapi/com/sun/star/form/FormSubmitEncoding.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_form_FormSubmitEncoding_idl__
-#define __com_sun_star_form_FormSubmitEncoding_idl__
-
-
-//=============================================================================
-
- module com { module sun { module star { module form {
-
-//=============================================================================
-
+#ifndef __com_sun_star_form_FormSubmitEncoding_idl__
+#define __com_sun_star_form_FormSubmitEncoding_idl__
+
+
+//=============================================================================
+
+ module com { module sun { module star { module form {
+
+//=============================================================================
+
/** specify the MIME encoding to be used when form data is submitted.
*/
published enum FormSubmitEncoding
-{
- //-------------------------------------------------------------------------
+{
+ //-------------------------------------------------------------------------
/** Specifies to use "application/x-www-form-urlencoded" as submit encoding.
<p>Usually used if the FormSubmitMethod attribute has the value POST.
</p>
*/
- URL,
-
- //-------------------------------------------------------------------------
-
+ URL,
+
+ //-------------------------------------------------------------------------
+
/** Specifies to use "multipart/form-data" as submit encoding.
<p>Usually used when the form contains a file upload element.</p>
*/
- MULTIPART,
-
- //-------------------------------------------------------------------------
-
+ MULTIPART,
+
+ //-------------------------------------------------------------------------
+
/** specifies to use "text/plain"
<p>Usually used if the FormSubmitMethod attribute has the value POST and
the content should be reviewed as full text.</p>
*/
- TEXT
-};
-
-//=============================================================================
-
-}; }; }; };
-
-/*=============================================================================
-
-=============================================================================*/
-#endif
+ TEXT
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif