summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/form/FormControlModel.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/form/FormControlModel.idl')
-rw-r--r--offapi/com/sun/star/form/FormControlModel.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/offapi/com/sun/star/form/FormControlModel.idl b/offapi/com/sun/star/form/FormControlModel.idl
index 42296e9b608e..1eacba7a35f7 100644
--- a/offapi/com/sun/star/form/FormControlModel.idl
+++ b/offapi/com/sun/star/form/FormControlModel.idl
@@ -28,11 +28,9 @@
#include <com/sun/star/beans/XPropertyState.idl>
-//=============================================================================
module com { module sun { module star { module form {
-//=============================================================================
/** specifies a control model within a form.
@@ -56,14 +54,12 @@ published service FormControlModel
*/
[optional] interface com::sun::star::beans::XPropertyState;
- //-------------------------------------------------------------------------
/** specifies the ID for classification of the component.
@see FormComponentType
*/
[readonly, property] short ClassId;
- //-------------------------------------------------------------------------
/** determines the relative taborder of the control associated with the model.
@@ -77,7 +73,6 @@ published service FormControlModel
*/
[optional, property] short TabIndex;
- //-------------------------------------------------------------------------
/** used for additional information.
<p>No semantics is given for this property, it will usually be used by the creator of a document
@@ -87,7 +82,6 @@ published service FormControlModel
};
-//=============================================================================
}; }; }; };