From bef93028584ab804d6daba4c4abcabfe6e58dc0f Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Thu, 8 Aug 2019 14:33:01 +0200 Subject: fix typo IndexOutOfBoundException Change-Id: I4699eabf4d8863acf329e7f2ed30205b67cc6070 Reviewed-on: https://gerrit.libreoffice.org/77151 Tested-by: Jenkins Reviewed-by: Michael Stahl --- udkapi/com/sun/star/container/XIndexAccess.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'udkapi') diff --git a/udkapi/com/sun/star/container/XIndexAccess.idl b/udkapi/com/sun/star/container/XIndexAccess.idl index 40c578f13602..684efd991123 100644 --- a/udkapi/com/sun/star/container/XIndexAccess.idl +++ b/udkapi/com/sun/star/container/XIndexAccess.idl @@ -50,7 +50,7 @@ published interface XIndexAccess: com::sun::star::container::XElementAccess @param Index specifies the position in the array. The first index is 0. - @throws com::sun::star::lang::IndexOutOfBoundException + @throws com::sun::star::lang::IndexOutOfBoundsException if the index is not valid. @throws com::sun::star::lang::WrappedTargetException -- cgit