summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/tree/XTreeExpansionListener.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/tree/XTreeExpansionListener.idl')
-rw-r--r--offapi/com/sun/star/awt/tree/XTreeExpansionListener.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/offapi/com/sun/star/awt/tree/XTreeExpansionListener.idl b/offapi/com/sun/star/awt/tree/XTreeExpansionListener.idl
index 8b3f13969018..5cfcb5526b11 100644
--- a/offapi/com/sun/star/awt/tree/XTreeExpansionListener.idl
+++ b/offapi/com/sun/star/awt/tree/XTreeExpansionListener.idl
@@ -33,11 +33,9 @@
#include <com/sun/star/awt/tree/TreeExpansionEvent.idl>
#include <com/sun/star/awt/tree/ExpandVetoException.idl>
-//=============================================================================
module com { module sun { module star { module awt { module tree {
-//=============================================================================
/** An instance of this interface can get notifications from a <type>TreeControl</type>
when nodes are expanded or collapsed.
@@ -79,7 +77,6 @@ interface XTreeExpansionListener: com::sun::star::lang::XEventListener
void treeCollapsed( [in] TreeExpansionEvent Event );
};
-//=============================================================================
}; }; }; }; };