summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/sheet/XSpreadsheets2.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/sheet/XSpreadsheets2.idl b/offapi/com/sun/star/sheet/XSpreadsheets2.idl
index c3635b9614fe..b8686cf0ce25 100644
--- a/offapi/com/sun/star/sheet/XSpreadsheets2.idl
+++ b/offapi/com/sun/star/sheet/XSpreadsheets2.idl
@@ -47,15 +47,15 @@ interface XSpreadsheets2: com::sun::star::sheet::XSpreadsheets
a valid XSpreadsheetDocument reference to source doc
@param srcName
- the source sheet name.
+ the source sheet name. Throw IllegalArgumentException if not valid
@param nDestPosition
- the destination sheet position.
+ the destination sheet position. Throw IndexOutOfBoundsException if not valid
- @returns the position of the imported sheet or -1 if not imported
+ @returns the position of the imported sheet
@throws ::com::sun::star::lang::IllegalArgumentException
- @throws ::com::sun::star::uno::RuntimeException
+ @throws com::sun::star::lang::IndexOutOfBoundsException
@since LibreOffice 3.5
*/