summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/XMultiFormulaTokens.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/XMultiFormulaTokens.idl')
-rw-r--r--offapi/com/sun/star/sheet/XMultiFormulaTokens.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/sheet/XMultiFormulaTokens.idl b/offapi/com/sun/star/sheet/XMultiFormulaTokens.idl
index 015158aa90d1..d9760fb6802e 100644
--- a/offapi/com/sun/star/sheet/XMultiFormulaTokens.idl
+++ b/offapi/com/sun/star/sheet/XMultiFormulaTokens.idl
@@ -45,7 +45,7 @@ interface XMultiFormulaTokens
@throws IndexOutOfBoundsException
If the given index lies not in the valid range then an
- <type scope="com::sun::star::lang">IndexOutOfBoundsException</type>
+ com::sun::star::lang::IndexOutOfBoundsException
exception is thrown.
*/
sequence< FormulaToken > getTokens( [in] long nIndex )
@@ -56,7 +56,7 @@ interface XMultiFormulaTokens
@throws IndexOutOfBoundsException
If the given index lies not in the valid range then an
- <type scope="com::sun::star::lang">IndexOutOfBoundsException</type>
+ com::sun::star::lang::IndexOutOfBoundsException
exception is thrown.
*/
void setTokens( [in] long nIndex, [in] sequence< FormulaToken > aTokens )