Author: arielch
Date: Tue May 29 16:51:44 2012
New Revision: 1343843
URL: http://svn.apache.org/viewvc?rev=1343843&view=rev
Log:
i119124 - Fix updateRowData @throws documentation
Original author: Tsutomu Uchino <hanya.runo at gmail.com>
Modified:
incubator/ooo/trunk/main/offapi/com/sun/star/awt/grid/XMutableGridDataModel.idl
Modified:
incubator/ooo/trunk/main/offapi/com/sun/star/awt/grid/XMutableGridDataModel.idl
URL:
http://svn.apache.org/viewvc/incubator/ooo/trunk/main/offapi/com/sun/star/awt/grid/XMutableGridDataModel.idl?rev=1343843&r1=1343842&r2=1343843&view=diff
==============================================================================
---
incubator/ooo/trunk/main/offapi/com/sun/star/awt/grid/XMutableGridDataModel.idl
(original)
+++
incubator/ooo/trunk/main/offapi/com/sun/star/awt/grid/XMutableGridDataModel.idl
Tue May 29 16:51:44 2012
@@ -132,7 +132,7 @@ published interface XMutableGridDataMode
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 )