summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/grid/XMutableGridDataModel.idl
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@oracle.com>2011-01-12 21:42:50 +0100
committerFrank Schoenheit [fs] <frank.schoenheit@oracle.com>2011-01-12 21:42:50 +0100
commit5845d4fda95d4a1e0949ed99cef29718fa03df83 (patch)
treef1db68ce2f4afd0f5027cca14007b62a78091e8d /offapi/com/sun/star/awt/grid/XMutableGridDataModel.idl
parent189cdf99fc6937f0f79ee1a37dfd9a1c0696db52 (diff)
gridsort: @raises is not recognized by autodoc, use @throws instead
Diffstat (limited to 'offapi/com/sun/star/awt/grid/XMutableGridDataModel.idl')
-rwxr-xr-xoffapi/com/sun/star/awt/grid/XMutableGridDataModel.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/awt/grid/XMutableGridDataModel.idl b/offapi/com/sun/star/awt/grid/XMutableGridDataModel.idl
index fb011b30d..9bffd3e39 100755
--- a/offapi/com/sun/star/awt/grid/XMutableGridDataModel.idl
+++ b/offapi/com/sun/star/awt/grid/XMutableGridDataModel.idl
@@ -111,9 +111,9 @@ interface XMutableGridDataModel : XGridDataModel
contains the index of the row whose data is to be updated
@param Values
specifies the new values of the cells.
- @raises ::com::sun::star::lang::IndexOutOfBoundsException
+ @throws ::com::sun::star::lang::IndexOutOfBoundsException
if one of the row indexes or the column index is invalid
- @raises ::com::sun::star::lang::IndexOutOfBoundsException
+ @throws ::com::sun::star::lang::IndexOutOfBoundsException
if the lengths of the <code>ColumnIndexes</code> and <code>Values</code> sequences are not equal.
*/
void updateRow( [in] sequence< long > ColumnIndexes, [in] long RowIndex, [in] sequence< any > Values )
@@ -122,7 +122,7 @@ interface XMutableGridDataModel : XGridDataModel
/** sets a new title for a given row.
- @raises ::com::sun::star::lang::IndexOutOfBoundsException
+ @throws ::com::sun::star::lang::IndexOutOfBoundsException
if the given index does not denote a valid row.
*/
void