summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/tree/XTreeNode.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/tree/XTreeNode.idl')
-rw-r--r--offapi/com/sun/star/awt/tree/XTreeNode.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/awt/tree/XTreeNode.idl b/offapi/com/sun/star/awt/tree/XTreeNode.idl
index 00ba0a7e97bd..8cbb27a07de1 100644
--- a/offapi/com/sun/star/awt/tree/XTreeNode.idl
+++ b/offapi/com/sun/star/awt/tree/XTreeNode.idl
@@ -27,10 +27,10 @@ module com { module sun { module star { module awt { module tree {
/** An instance implementing this interface represents the model data for an entry in a
- <type>XTreeDataModel</type>.
- <p>The <type>TreeControl</type> uses this interface to retrieve the model
+ XTreeDataModel.
+ <p>The TreeControl uses this interface to retrieve the model
information needed to display a hierarchical outline</p>
- <p>Each XTreeNode in a <type>XTreeDataModel</type> must be unique.
+ <p>Each XTreeNode in a XTreeDataModel must be unique.
*/
interface XTreeNode
{
@@ -55,7 +55,7 @@ interface XTreeNode
long getIndex( [in] XTreeNode Node);
/** Returns <TRUE/> if the children of this node are created on demand.
- <p>A <type>TreeControl</type> will handle a node that returns <TRUE/> always
+ <p>A TreeControl will handle a node that returns <TRUE/> always
like a node that has child nodes, even if <member>getChildCount</member>
returns 0.</p>