summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorAriel Constenla-Haile <arielch@apache.org>2012-05-29 15:51:44 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-04-01 12:39:56 +0100
commitb5809ea88bb35997331597f00005ef05450c4aed (patch)
tree2d10bf01b2a2527746ac2dc25eab498cae7546b8 /offapi
parent08b91c63131b7e625d2a2c489bc537dafe5c5963 (diff)
Resolves: #i119124# - Fix updateRowData @throws documentation
Original author: Tsutomu Uchino <hanya.runo at gmail.com> (cherry picked from commit 0465df078a063637a2d2c73414ceba6cef7abd6c) Change-Id: I11b1d2a11a3ace5f6dbcb4c899fd2449e07e1393
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 )