diff options
-rw-r--r-- | vcl/source/window/event.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/vcl/source/window/event.cxx b/vcl/source/window/event.cxx index 68e822bd69ea..0a7f04c27f34 100644 --- a/vcl/source/window/event.cxx +++ b/vcl/source/window/event.cxx @@ -236,9 +236,6 @@ void Window::CallEventListeners( sal_uLong nEvent, void* pData ) } } - if ( xWindow->IsDisposed() ) - return; - while ( xWindow ) { |