summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/awt/tree/TreeExpansionEvent.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/tree/TreeExpansionEvent.idl')
-rw-r--r--offapi/com/sun/star/awt/tree/TreeExpansionEvent.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/offapi/com/sun/star/awt/tree/TreeExpansionEvent.idl b/offapi/com/sun/star/awt/tree/TreeExpansionEvent.idl
index 2456401607a9..8c957a337999 100644
--- a/offapi/com/sun/star/awt/tree/TreeExpansionEvent.idl
+++ b/offapi/com/sun/star/awt/tree/TreeExpansionEvent.idl
@@ -31,11 +31,9 @@
#include <com/sun/star/lang/EventObject.idl>
#include <com/sun/star/awt/tree/XTreeNode.idl>
-//=============================================================================
module com { module sun { module star { module awt { module tree {
-//=============================================================================
/** This event tells you what node is currently expanding or collapsing.
@@ -48,7 +46,6 @@ struct TreeExpansionEvent : ::com::sun::star::lang::EventObject
com::sun::star::awt::tree::XTreeNode Node;
};
-//=============================================================================
}; }; }; }; };