summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/XItemListener.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/XItemListener.idl')
-rw-r--r--offapi/com/sun/star/awt/XItemListener.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/awt/XItemListener.idl b/offapi/com/sun/star/awt/XItemListener.idl
index b612687baf1d..0741ea903269 100644
--- a/offapi/com/sun/star/awt/XItemListener.idl
+++ b/offapi/com/sun/star/awt/XItemListener.idl
@@ -24,18 +24,15 @@
#include <com/sun/star/awt/ItemEvent.idl>
-//=============================================================================
module com { module sun { module star { module awt {
-//=============================================================================
/** makes it possible to receive events from a component
when the state of an item changes.
*/
published interface XItemListener: com::sun::star::lang::XEventListener
{
- //-------------------------------------------------------------------------
/** is invoked when an item changes its state.
*/
@@ -43,7 +40,6 @@ published interface XItemListener: com::sun::star::lang::XEventListener
};
-//=============================================================================
}; }; }; };