summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/script/vba/XVBAEventProcessor.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/script/vba/XVBAEventProcessor.idl')
-rw-r--r--offapi/com/sun/star/script/vba/XVBAEventProcessor.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/script/vba/XVBAEventProcessor.idl b/offapi/com/sun/star/script/vba/XVBAEventProcessor.idl
index e0f14739b734..79c1993386df 100644
--- a/offapi/com/sun/star/script/vba/XVBAEventProcessor.idl
+++ b/offapi/com/sun/star/script/vba/XVBAEventProcessor.idl
@@ -45,7 +45,7 @@ interface XVBAEventProcessor
@return
<TRUE/>, if the VBA event handler exists.
- @throws <type scope="::com::sun::star::lang">IllegalArgumentException</type>
+ @throws ::com::sun::star::lang::IllegalArgumentException
if the passed event identifier is not supported, or if the passed
specifier is required but invalid.
**/
@@ -66,12 +66,12 @@ interface XVBAEventProcessor
<TRUE/>, if event handing is enabled, and the event handler macro
exists and has been invoked.
- @throws <type scope="::com::sun::star::lang">IllegalArgumentException</type>
+ @throws ::com::sun::star::lang::IllegalArgumentException
if the passed event identifier is not supported, or if the passed
arguments do not conform to the arguments expected by the specified
event.
- @throws <type scope="::com::sun::star::util">VetoException</type>
+ @throws ::com::sun::star::util::VetoException
if the VBA event handler has indicated to veto the event.
**/
boolean processVbaEvent( [in] long nEventId, [in] sequence< any > aArgs )