summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-12-19 13:07:21 +0100
committerJulien Nabet <serval2412@yahoo.fr>2019-12-19 14:19:09 +0100
commit86e8060c1e7f6b08cee6d8bbda178d46329b3747 (patch)
tree91ddfe0313a722a5b3ad52f3f22643e780126fb1 /offapi
parent3803f2adb77d69b53c05c542c366a25fe0177952 (diff)
Fix typo
Change-Id: Idf0d3b9ded4a6f69faf36f28c9cfdc7f1f385606 Reviewed-on: https://gerrit.libreoffice.org/85518 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'offapi')
-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 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 <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 removeChildByIndex( [in] long Index )
raises( com::sun::star::lang::IndexOutOfBoundsException );