summaryrefslogtreecommitdiff
path: root/vcl/source/control/ctrl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/control/ctrl.cxx')
-rw-r--r--vcl/source/control/ctrl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/control/ctrl.cxx b/vcl/source/control/ctrl.cxx
index 612bf94fc2a0..411243cccaeb 100644
--- a/vcl/source/control/ctrl.cxx
+++ b/vcl/source/control/ctrl.cxx
@@ -316,7 +316,7 @@ bool Control::ImplCallEventListenersAndHandler( sal_uLong nEvent, const Link& r
ImplDelData aCheckDelete;
ImplAddDel( &aCheckDelete );
- ImplCallEventListeners( nEvent );
+ CallEventListeners( nEvent );
if ( !aCheckDelete.IsDead() )
{
rHandler.Call( pCaller );