diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-01-14 14:52:04 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-01-14 20:30:08 +0000 |
commit | 06983ef3c00c5755ef3369c1149c10ba8d3f4d4b (patch) | |
tree | 99384a36b7a45b888b5152cd3a083988e8588358 /include | |
parent | e867843e76e1a8ce1a0fa85b122485a241dc2baf (diff) |
do TODO: replace ImplCallEventListeners() by CallEventListeners() in vcl
Change-Id: If47baad0ec31f18fcb55c7db86fb2a316dd0807f
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/window.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/vcl/window.hxx b/include/vcl/window.hxx index 5ced13491efc..c021333ba744 100644 --- a/include/vcl/window.hxx +++ b/include/vcl/window.hxx @@ -663,7 +663,6 @@ protected: void SetCompoundControl( bool bCompound ); - void ImplCallEventListeners( sal_uLong nEvent, void* pData = NULL ); void CallEventListeners( sal_uLong nEvent, void* pData = NULL ); void FireVclEvent( VclSimpleEvent* pEvent ); |