diff options
Diffstat (limited to 'scripting')
-rw-r--r-- | scripting/source/vbaevents/eventhelper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripting/source/vbaevents/eventhelper.cxx b/scripting/source/vbaevents/eventhelper.cxx index 5d47ea381444..79e7bb88ab7a 100644 --- a/scripting/source/vbaevents/eventhelper.cxx +++ b/scripting/source/vbaevents/eventhelper.cxx @@ -813,7 +813,7 @@ EventListener::firing_Impl(const ScriptEvent& evt, Any* pRet ) if ( xCntrlShape.is() ) { // for sheet controls ( that fire from the api ) we don't - // have the real control ( thats only available from the view ) + // have the real control ( that's only available from the view ) // api code creates just a control instance that is transferred // via aEvent.Arguments[ 0 ] that control though has no // info like name etc. |