summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/form/component/HTMLForm.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/form/component/HTMLForm.idl')
-rw-r--r--offapi/com/sun/star/form/component/HTMLForm.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/offapi/com/sun/star/form/component/HTMLForm.idl b/offapi/com/sun/star/form/component/HTMLForm.idl
index 948e1bdf301e..785d7f1a45d3 100644
--- a/offapi/com/sun/star/form/component/HTMLForm.idl
+++ b/offapi/com/sun/star/form/component/HTMLForm.idl
@@ -30,11 +30,9 @@
#include <com/sun/star/form/FormSubmitEncoding.idl>
-//=============================================================================
module com { module sun { module star { module form { module component {
-//=============================================================================
/** This service specifies the special kind of <type>Form</type>s for HTML documents.
@@ -64,24 +62,20 @@ published service HTMLForm
*/
[property] string TargetFrame;
- //-------------------------------------------------------------------------
/** specifies the URL, which should be used for submission.
*/
[property] string TargetURL;
- //-------------------------------------------------------------------------
/** specifies the kind of submission.
*/
[property] com::sun::star::form::FormSubmitMethod SubmitMethod;
- //-------------------------------------------------------------------------
/** specifies the kind of encoding for submission.
*/
[property] com::sun::star::form::FormSubmitEncoding SubmitEncoding;
};
-//=============================================================================
}; }; }; }; };