summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@oracle.com>2010-12-17 14:16:47 +0100
committerFrank Schoenheit [fs] <frank.schoenheit@oracle.com>2010-12-17 14:16:47 +0100
commit2c98acf5d0d2d1af2c95c3880972c561571eadf8 (patch)
treead36c6d1a0190beb6c02c204d2da2479b84a7e12
parentgridsort: removed XGridColumn::updateColumn (diff)
downloadcore-2c98acf5d0d2d1af2c95c3880972c561571eadf8.tar.gz
core-2c98acf5d0d2d1af2c95c3880972c561571eadf8.zip
gridsort: let XGridColumnModel::getColumn throw an IndexOutOfBoundsException when appropriate
-rw-r--r--offapi/com/sun/star/awt/grid/XGridColumnModel.idl4
1 files changed, 3 insertions, 1 deletions
diff --git a/offapi/com/sun/star/awt/grid/XGridColumnModel.idl b/offapi/com/sun/star/awt/grid/XGridColumnModel.idl
index a9023db0a5fe..39896714789c 100644
--- a/offapi/com/sun/star/awt/grid/XGridColumnModel.idl
+++ b/offapi/com/sun/star/awt/grid/XGridColumnModel.idl
@@ -32,6 +32,7 @@
#include <com/sun/star/awt/grid/XGridColumn.idl>
#include <com/sun/star/container/XContainer.idl>
+#include <com/sun/star/lang/IndexOutOfBoundsException.idl>
//=============================================================================
@@ -96,7 +97,8 @@ interface XGridColumnModel
@returns
the requested column.
*/
- XGridColumn getColumn( [in] long index);
+ XGridColumn getColumn( [in] long index)
+ raises ( ::com::sun::star::lang::IndexOutOfBoundsException );
/** Fills the model with the given number of default columns