Kaydet (Commit) 0465df07 authored tarafından Ariel Constenla-Haile's avatar Ariel Constenla-Haile

i119124 - Fix updateRowData @throws documentation

Original author: Tsutomu Uchino <hanya.runo at gmail.com>
üst 2cad5f00
......@@ -132,7 +132,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 )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment