summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/form/inspection/DefaultFormComponentInspectorModel.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/form/inspection/DefaultFormComponentInspectorModel.idl')
-rw-r--r--offapi/com/sun/star/form/inspection/DefaultFormComponentInspectorModel.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/offapi/com/sun/star/form/inspection/DefaultFormComponentInspectorModel.idl b/offapi/com/sun/star/form/inspection/DefaultFormComponentInspectorModel.idl
index e66c63d559a1..ebf163107cdb 100644
--- a/offapi/com/sun/star/form/inspection/DefaultFormComponentInspectorModel.idl
+++ b/offapi/com/sun/star/form/inspection/DefaultFormComponentInspectorModel.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/inspection/XObjectInspectorModel.idl>
#include <com/sun/star/lang/IllegalArgumentException.idl>
-//=============================================================================
module com { module sun { module star { module form { module inspection {
-//=============================================================================
/** implements a <type scope="com::sun::star::inspection">XObjectInspectorModel</type> for
inspecting form components, in particular all components implementing the <type>FormComponent</type>
@@ -82,7 +80,6 @@ service DefaultFormComponentInspectorModel : com::sun::star::inspection::XObject
raises ( ::com::sun::star::lang::IllegalArgumentException );
};
-//=============================================================================
}; }; }; }; };