diff options
author | Michael Stahl <Michael.Stahl@cib.de> | 2019-08-08 14:33:01 +0200 |
---|---|---|
committer | Michael Stahl <Michael.Stahl@cib.de> | 2019-08-08 15:45:38 +0200 |
commit | bef93028584ab804d6daba4c4abcabfe6e58dc0f (patch) | |
tree | 4083cefd8b6c5a23b1c34be712f598526ed64747 /udkapi/com/sun/star/container | |
parent | 974c284ba9237b85e99d394921d63de486b4b921 (diff) |
fix typo IndexOutOfBoundException
Change-Id: I4699eabf4d8863acf329e7f2ed30205b67cc6070
Reviewed-on: https://gerrit.libreoffice.org/77151
Tested-by: Jenkins
Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
Diffstat (limited to 'udkapi/com/sun/star/container')
-rw-r--r-- | udkapi/com/sun/star/container/XIndexAccess.idl | 2 |
1 files changed, 1 insertions, 1 deletions
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 |