summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2013-11-11 17:07:35 +0000
committerKohei Yoshida <kohei.yoshida@collabora.com>2013-11-11 16:17:30 -0500
commit7e2677c02997ad7bf38641b46fd1e7ac2c643cd2 (patch)
tree35b1c07ed12f72bfcc5150dc199399ed72ab9d06 /offapi
parent01ea75c0f08e07c8243aafc8628612a9210add26 (diff)
Accelerate checking for VBA macros that are not there.
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/script/vba/XVBAEventProcessor.idl5
1 files changed, 1 insertions, 4 deletions
diff --git a/offapi/com/sun/star/script/vba/XVBAEventProcessor.idl b/offapi/com/sun/star/script/vba/XVBAEventProcessor.idl
index 750cc4d22bb3..1fbf75d65fb0 100644
--- a/offapi/com/sun/star/script/vba/XVBAEventProcessor.idl
+++ b/offapi/com/sun/star/script/vba/XVBAEventProcessor.idl
@@ -44,10 +44,7 @@ interface XVBAEventProcessor
@return
`TRUE`, if the VBA event handler exists.
-
- @throws ::com::sun::star::lang::IllegalArgumentException
- if the passed event identifier is not supported, or if the passed
- specifier is required but invalid.
+ `FALSE`, for all other cases.
**/
boolean hasVbaEventHandler( [in] long nEventId, [in] sequence< any > aArgs )
raises (::com::sun::star::lang::IllegalArgumentException);