summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/awt/grid/XMutableGridDataModel.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/awt/grid/XMutableGridDataModel.idl b/offapi/com/sun/star/awt/grid/XMutableGridDataModel.idl
index 51bbd6e2057e..a5ff88bdbd20 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 )