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 /offapi | |
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 'offapi')
-rw-r--r-- | offapi/com/sun/star/chart2/XDataSeries.idl | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/presentation/XSlideShowController.idl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/chart2/XDataSeries.idl b/offapi/com/sun/star/chart2/XDataSeries.idl index 8f82e320205a..7af8cdd00acf 100644 --- a/offapi/com/sun/star/chart2/XDataSeries.idl +++ b/offapi/com/sun/star/chart2/XDataSeries.idl @@ -43,7 +43,7 @@ interface XDataSeries : ::com::sun::star::uno::XInterface @param nIndex specifies the index of the data point within the series. The first index is 0. - @throws com::sun::star::lang::IndexOutOfBoundException + @throws com::sun::star::lang::IndexOutOfBoundsException if the index is not valid. */ ::com::sun::star::beans::XPropertySet getDataPointByIndex( [in] long nIndex ) diff --git a/offapi/com/sun/star/presentation/XSlideShowController.idl b/offapi/com/sun/star/presentation/XSlideShowController.idl index 58b8ccf1c462..3d8528dbb722 100644 --- a/offapi/com/sun/star/presentation/XSlideShowController.idl +++ b/offapi/com/sun/star/presentation/XSlideShowController.idl @@ -66,7 +66,7 @@ interface XSlideShowController specifies the position in the list of slides that are displayed in this slide show. The first index is 0. - @throws com::sun::star::lang::IndexOutOfBoundException + @throws com::sun::star::lang::IndexOutOfBoundsException if the index is not valid. */ |