diff options
author | Kohei Yoshida <kohei.yoshida@suse.com> | 2011-11-23 15:27:51 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@suse.com> | 2011-11-23 15:28:36 -0500 |
commit | ba897375db27a2b74ead5251516824572260b029 (patch) | |
tree | 63bb9872f28f758ef7ac3362f862be44cef73bf9 /offapi/com/sun | |
parent | 2ee55872ebc5aeb71041c3267d9b3baa9607b85b (diff) |
Let's throw out-of-bound exception on out-of-bound destination position.
Diffstat (limited to 'offapi/com/sun')
-rw-r--r-- | offapi/com/sun/star/sheet/XSpreadsheets2.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/sheet/XSpreadsheets2.idl b/offapi/com/sun/star/sheet/XSpreadsheets2.idl index c4f8af13e2e0..c3635b9614fe 100644 --- a/offapi/com/sun/star/sheet/XSpreadsheets2.idl +++ b/offapi/com/sun/star/sheet/XSpreadsheets2.idl @@ -27,7 +27,7 @@ #include <com/sun/star/sheet/XSpreadsheets.idl> #include <com/sun/star/sheet/XSpreadsheetDocument.idl> #include <com/sun/star/lang/IllegalArgumentException.idl> -#include <com/sun/star/uno/RuntimeException.idl> +#include <com/sun/star/lang/IndexOutOfBoundsException.idl> //============================================================================= @@ -64,7 +64,7 @@ interface XSpreadsheets2: com::sun::star::sheet::XSpreadsheets [in] string srcName, [in] long nDestPosition) raises (com::sun::star::lang::IllegalArgumentException, - com::sun::star::uno::RuntimeException); + com::sun::star::lang::IndexOutOfBoundsException); }; //============================================================================= |