summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorLaurent Godard <lgodard.libre@laposte.net>2011-11-24 18:41:17 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2011-11-26 06:31:24 +0100
commite0765292dc57b2170834805a1eaa5278c90db06a (patch)
treeb4d5a67d056613edd1d999379a267e8b8ba91805 /offapi
parent8bbf33d89b93c7e145a53ec84609b4296eefecf6 (diff)
importSheet : clean idl comments according to small previous cleaning
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
*/