summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/XFunctionAccess.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/XFunctionAccess.idl')
-rw-r--r--offapi/com/sun/star/sheet/XFunctionAccess.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/sheet/XFunctionAccess.idl b/offapi/com/sun/star/sheet/XFunctionAccess.idl
index d8bd0025a5f9..487fc439eeb8 100644
--- a/offapi/com/sun/star/sheet/XFunctionAccess.idl
+++ b/offapi/com/sun/star/sheet/XFunctionAccess.idl
@@ -62,7 +62,7 @@ published interface XFunctionAccess: com::sun::star::uno::XInterface
<atom>long</atom>, <atom>double</atom> or <atom>string</atom>
type.</dd>
- <dt><type scope="com::sun::star::table">XCellRange</type></dt>
+ <dt>com::sun::star::table::XCellRange</dt>
<dd>for a SheetCellRange object that contains the
data.</dd>
</dl>
@@ -87,10 +87,10 @@ published interface XFunctionAccess: com::sun::star::uno::XInterface
<atom>string</atom> values.</dd>
</dl>
- @throws <type scope="com::sun::star::container">NoSuchElementException</type>
+ @throws com::sun::star::container::NoSuchElementException
if the named function does not exist.
- @throws <type scope="com::sun::star::lang">IllegalArgumentException</type>
+ @throws com::sun::star::lang::IllegalArgumentException
if the function can not be called with these arguments.
*/
any callFunction( [in] string aName, [in] sequence< any > aArguments )