summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/chart2/XDataSeries.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/chart2/XDataSeries.idl')
-rw-r--r--offapi/com/sun/star/chart2/XDataSeries.idl2
1 files changed, 1 insertions, 1 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 )