summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/awt/tree/XTreeDataModelListener.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/tree/XTreeDataModelListener.idl')
-rw-r--r--offapi/com/sun/star/awt/tree/XTreeDataModelListener.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/offapi/com/sun/star/awt/tree/XTreeDataModelListener.idl b/offapi/com/sun/star/awt/tree/XTreeDataModelListener.idl
index a684885b2ac5..1e0803e8e166 100644
--- a/offapi/com/sun/star/awt/tree/XTreeDataModelListener.idl
+++ b/offapi/com/sun/star/awt/tree/XTreeDataModelListener.idl
@@ -33,11 +33,9 @@
#include <com/sun/star/awt/tree/TreeDataModelEvent.idl>
-//=============================================================================
module com { module sun { module star { module awt { module tree {
-//=============================================================================
/** An instance of this interface is used by the <type>TreeControl</type> to
get notifications about data model changes.
@@ -85,7 +83,6 @@ interface XTreeDataModelListener: com::sun::star::lang::XEventListener
void treeStructureChanged( [in] TreeDataModelEvent Event );
};
-//=============================================================================
}; }; }; }; };