[Libreoffice-commits] core.git: offapi/com

Ariel Constenla-Haile arielch at apache.org
Mon Apr 1 04:40:33 PDT 2013


 offapi/com/sun/star/awt/grid/XMutableGridDataModel.idl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b5809ea88bb35997331597f00005ef05450c4aed
Author: Ariel Constenla-Haile <arielch at apache.org>
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 )


More information about the Libreoffice-commits mailing list