summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/script/vba/XVBAMacroResolver.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/script/vba/XVBAMacroResolver.idl')
-rw-r--r--offapi/com/sun/star/script/vba/XVBAMacroResolver.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/script/vba/XVBAMacroResolver.idl b/offapi/com/sun/star/script/vba/XVBAMacroResolver.idl
index 904f19eb288a..da6f0e8d2902 100644
--- a/offapi/com/sun/star/script/vba/XVBAMacroResolver.idl
+++ b/offapi/com/sun/star/script/vba/XVBAMacroResolver.idl
@@ -48,7 +48,7 @@ interface XVBAMacroResolver
@return
The script URL referring to the passed VBA macro.
- @throws <type scope="::com::sun::star::lang">IllegalArgumentException</type>
+ @throws ::com::sun::star::lang::IllegalArgumentException
if a macro with the passed name does not exist.
**/
string resolveVBAMacroToScriptURL( [in] string aVBAMacroName )
@@ -64,7 +64,7 @@ interface XVBAMacroResolver
@return
The VBA macro name referring to a macro with the passed script URL.
- @throws <type scope="::com::sun::star::lang">IllegalArgumentException</type>
+ @throws ::com::sun::star::lang::IllegalArgumentException
if a macro with the passed name does not exist.
**/
string resolveScriptURLtoVBAMacro( [in] string aScriptURL )