offapi/com/sun/star/awt/grid/XMutableGridDataModel.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit b5809ea88bb35997331597f00005ef05450c4aed Author: Ariel Constenla-Haile <[email protected]> Date: Tue May 29 15:51:44 2012 +0000 Resolves: #i119124# - Fix updateRowData @throws documentation Original author: Tsutomu Uchino <hanya.runo at gmail.com> (cherry picked from commit 0465df078a063637a2d2c73414ceba6cef7abd6c) Change-Id: I11b1d2a11a3ace5f6dbcb4c899fd2449e07e1393 diff --git a/offapi/com/sun/star/awt/grid/XMutableGridDataModel.idl b/offapi/com/sun/star/awt/grid/XMutableGridDataModel.idl index 51bbd6e..a5ff88b 100644 --- a/offapi/com/sun/star/awt/grid/XMutableGridDataModel.idl +++ b/offapi/com/sun/star/awt/grid/XMutableGridDataModel.idl @@ -126,7 +126,7 @@ published interface XMutableGridDataModel : XGridDataModel specifies the new values of the cells. @throws ::com::sun::star::lang::IndexOutOfBoundsException if one of the row indexes or the column index is invalid - @throws ::com::sun::star::lang::IndexOutOfBoundsException + @throws ::com::sun::star::lang::IllegalArgumentException if the lengths of the <code>ColumnIndexes</code> and <code>Values</code> sequences are not equal. */ void updateRowData( [in] sequence< long > ColumnIndexes, [in] long RowIndex, [in] sequence< any > Values ) _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
