summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/awt/tree/XTreeEditListener.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/tree/XTreeEditListener.idl')
-rw-r--r--offapi/com/sun/star/awt/tree/XTreeEditListener.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/offapi/com/sun/star/awt/tree/XTreeEditListener.idl b/offapi/com/sun/star/awt/tree/XTreeEditListener.idl
index f28d1b85c00c..20b4e67582f8 100644
--- a/offapi/com/sun/star/awt/tree/XTreeEditListener.idl
+++ b/offapi/com/sun/star/awt/tree/XTreeEditListener.idl
@@ -32,11 +32,9 @@
#include <com/sun/star/lang/XEventListener.idl>
#include <com/sun/star/util/VetoException.idl>
-//=============================================================================
module com { module sun { module star { module awt { module tree {
-//=============================================================================
/** You can implement this interface and register with <method scope="XTreeControl">addTreeEditListener</method>
to get notifications when editing of a node starts and ends.
@@ -75,7 +73,6 @@ interface XTreeEditListener : ::com::sun::star::lang::XEventListener
void nodeEdited( [in] XTreeNode Node, [in] string NewText );
};
-//=============================================================================
}; }; }; }; };