summaryrefslogtreecommitdiff
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.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/awt/tree/XTreeDataModelListener.idl b/offapi/com/sun/star/awt/tree/XTreeDataModelListener.idl
index 3480dc0c98d3..aa9734feef06 100644
--- a/offapi/com/sun/star/awt/tree/XTreeDataModelListener.idl
+++ b/offapi/com/sun/star/awt/tree/XTreeDataModelListener.idl
@@ -28,12 +28,12 @@
module com { module sun { module star { module awt { module tree {
-/** An instance of this interface is used by the <type>TreeControl</type> to
+/** An instance of this interface is used by the TreeControl to
get notifications about data model changes.
<p>Usually you must not implement this interface yourself as it is already handled
- by the <type>TreeControl</type>, but you must notify it correctly if
- you implement the <type>XTreeDataModel</type> yourself</p>.
+ by the TreeControl, but you must notify it correctly if
+ you implement the XTreeDataModel yourself</p>.
*/
interface XTreeDataModelListener: com::sun::star::lang::XEventListener
{