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.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/script/vba/XVBAEventProcessor.idl b/offapi/com/sun/star/script/vba/XVBAEventProcessor.idl
index 69ec50872f84..e0f14739b734 100644
--- a/offapi/com/sun/star/script/vba/XVBAEventProcessor.idl
+++ b/offapi/com/sun/star/script/vba/XVBAEventProcessor.idl
@@ -36,7 +36,7 @@ interface XVBAEventProcessor
/** Returns whether a VBA event handler exists.
@param nEventId
- The identifier of the event. Must be a constant from <type>VBAEventId</type>.
+ The identifier of the event. Must be a constant from VBAEventId.
@param aArgs
Additional arguments needed to identify some event handlers, e.g. a
@@ -56,7 +56,7 @@ interface XVBAEventProcessor
/** Executes a VBA event handler.
@param nEventId
- The identifier of the event. Must be a constant from <type>VBAEventId</type>.
+ The identifier of the event. Must be a constant from VBAEventId.
@param aArgs
The input arguments needed to create the argument list of the VBA