summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/tree/XMutableTreeNode.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/tree/XMutableTreeNode.idl')
-rw-r--r--offapi/com/sun/star/awt/tree/XMutableTreeNode.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/awt/tree/XMutableTreeNode.idl b/offapi/com/sun/star/awt/tree/XMutableTreeNode.idl
index 3fca84cacb4e..4c563380a554 100644
--- a/offapi/com/sun/star/awt/tree/XMutableTreeNode.idl
+++ b/offapi/com/sun/star/awt/tree/XMutableTreeNode.idl
@@ -52,7 +52,7 @@ interface XMutableTreeNode : XTreeNode
if <var>ChildNode</var> is not a valid node of the corresponding XTreeDataModel.
@throws ::com::sun::star::lang::IndexOutOfBoundsException
- if <var>Index</var> is less than 0 or greater then XTreeNode::getChildCount().
+ if <var>Index</var> is less than 0 or greater than XTreeNode::getChildCount().
*/
void insertChildByIndex( [in] long Index, [in] XMutableTreeNode ChildNode )
raises( com::sun::star::lang::IllegalArgumentException,