From 86e8060c1e7f6b08cee6d8bbda178d46329b3747 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 19 Dec 2019 13:07:21 +0100 Subject: Fix typo Change-Id: Idf0d3b9ded4a6f69faf36f28c9cfdc7f1f385606 Reviewed-on: https://gerrit.libreoffice.org/85518 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- offapi/com/sun/star/awt/tree/XMutableTreeNode.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'offapi/com/sun') diff --git a/offapi/com/sun/star/awt/tree/XMutableTreeNode.idl b/offapi/com/sun/star/awt/tree/XMutableTreeNode.idl index 4c563380a554..72529350ad5d 100644 --- a/offapi/com/sun/star/awt/tree/XMutableTreeNode.idl +++ b/offapi/com/sun/star/awt/tree/XMutableTreeNode.idl @@ -64,7 +64,7 @@ interface XMutableTreeNode : XTreeNode the index of the node to be removed from this instance. @throws ::com::sun::star::lang::IndexOutOfBoundsException - if Index is less than 0 or greater then XTreeNode::getChildCount(). + if Index is less than 0 or greater than XTreeNode::getChildCount(). */ void removeChildByIndex( [in] long Index ) raises( com::sun::star::lang::IndexOutOfBoundsException ); -- cgit