summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/tree/TreeDataModelEvent.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/tree/TreeDataModelEvent.idl')
-rw-r--r--offapi/com/sun/star/awt/tree/TreeDataModelEvent.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/awt/tree/TreeDataModelEvent.idl b/offapi/com/sun/star/awt/tree/TreeDataModelEvent.idl
index bff3a5496193..06b20c0e29de 100644
--- a/offapi/com/sun/star/awt/tree/TreeDataModelEvent.idl
+++ b/offapi/com/sun/star/awt/tree/TreeDataModelEvent.idl
@@ -26,9 +26,9 @@
module com { module sun { module star { module awt { module tree {
-/** An event used by a <type>XTreeDataModel</type> to notify changes in the data
- model to the <type>XTreeControl</type>.
- You usually need to fill this event only if you implement the <type>XTreeDataModel</type>
+/** An event used by a XTreeDataModel to notify changes in the data
+ model to the XTreeControl.
+ You usually need to fill this event only if you implement the XTreeDataModel
yourself.
@see XTreeDataModel