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.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/awt/tree/XTreeNode.idl b/offapi/com/sun/star/awt/tree/XTreeNode.idl
index 4e5a0b4a8c7b..050160e47c6b 100644
--- a/offapi/com/sun/star/awt/tree/XTreeNode.idl
+++ b/offapi/com/sun/star/awt/tree/XTreeNode.idl
@@ -37,7 +37,7 @@ interface XTreeNode
/** Returns the child tree node at <var>Index</var>.
@throws ::com::sun::star::lang::IndexOutOfBoundsException
- if <var>Index</var> is less than 0 or equal or greater then getChildCount().
+ if <var>Index</var> is less than 0 or equal or greater than getChildCount().
*/
XTreeNode getChildAt( [in] long Index )
raises( com::sun::star::lang::IndexOutOfBoundsException );