summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/form/FormComponentType.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/form/FormComponentType.idl')
-rw-r--r--offapi/com/sun/star/form/FormComponentType.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/form/FormComponentType.idl b/offapi/com/sun/star/form/FormComponentType.idl
index b8360465b734..7d7dc4b61638 100644
--- a/offapi/com/sun/star/form/FormComponentType.idl
+++ b/offapi/com/sun/star/form/FormComponentType.idl
@@ -20,17 +20,14 @@
#define __com_sun_star_form_FormComponentType_idl__
-//=============================================================================
module com { module sun { module star { module form {
-//=============================================================================
/** These constants specify the class types used to identify a component.
*/
published constants FormComponentType
{
- //-------------------------------------------------------------------------
/** This generic identifier is for controls which cannot be identified by
an other specific identifier.
@@ -126,7 +123,6 @@ published constants FormComponentType
const short NAVIGATIONBAR = 22;
};
-//=============================================================================
}; }; }; };