diff options
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/script/vba/VBAScriptEventId.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/script/vba/VBAScriptEventId.idl b/offapi/com/sun/star/script/vba/VBAScriptEventId.idl index e2c89c84ad93..faeea8a32c90 100644 --- a/offapi/com/sun/star/script/vba/VBAScriptEventId.idl +++ b/offapi/com/sun/star/script/vba/VBAScriptEventId.idl @@ -68,7 +68,7 @@ constants VBAScriptEventId const long SCRIPT_STOPPED = 1; /** This event is fired when a VBA script in the current document tries to - instanciate a userform. + instantiate a userform. <p>The member VBAScriptEvent::ModuleName of the event object will contain the name of the userform module.</p> |