summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/script/provider/XScriptURIHelper.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/script/provider/XScriptURIHelper.idl')
-rw-r--r--offapi/com/sun/star/script/provider/XScriptURIHelper.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/script/provider/XScriptURIHelper.idl b/offapi/com/sun/star/script/provider/XScriptURIHelper.idl
index 288d48d4b75d..2e1faf0e4539 100644
--- a/offapi/com/sun/star/script/provider/XScriptURIHelper.idl
+++ b/offapi/com/sun/star/script/provider/XScriptURIHelper.idl
@@ -48,7 +48,7 @@ interface XScriptURIHelper : ::com::sun::star::uno::XInterface {
@returns a URI to the storage as a <atom>string</atom>
- @throws <type scope="::com::sun::star::lang">IllegalArgumentException</type>
+ @throws ::com::sun::star::lang::IllegalArgumentException
if the storageURI is not a valid
*/
string getStorageURI( [in] string scriptURI ) raises
@@ -59,7 +59,7 @@ interface XScriptURIHelper : ::com::sun::star::uno::XInterface {
@returns the URI as a <atom>string</atom>
- @throws <type scope="::com::sun::star::lang">IllegalArgumentException</type>
+ @throws ::com::sun::star::lang::IllegalArgumentException
if the storageURI is not a valid
*/
string getScriptURI( [in] string storageURI ) raises