[Libreoffice-commits] .: toolkit/source
Caolán McNamara
caolan at kemper.freedesktop.org
Wed May 25 08:17:16 PDT 2011
toolkit/source/awt/vclxwindow.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 652d1bf0c54661aee8b8a4b10bbdecff176fb62c
Author: Caolán McNamara <caolanm at redhat.com>
Date: Wed May 25 16:04:06 2011 +0100
dispose and clear DockableWindowListeners on ::dispose as well
diff --git a/toolkit/source/awt/vclxwindow.cxx b/toolkit/source/awt/vclxwindow.cxx
index da4ccb5..10ecfcf 100644
--- a/toolkit/source/awt/vclxwindow.cxx
+++ b/toolkit/source/awt/vclxwindow.cxx
@@ -259,6 +259,7 @@ void VCLXWindowImpl::disposing()
::com::sun::star::lang::EventObject aEvent;
aEvent.Source = mrAntiImpl;
+ maDockableWindowListeners.disposeAndClear( aEvent );
maEventListeners.disposeAndClear( aEvent );
maFocusListeners.disposeAndClear( aEvent );
maWindowListeners.disposeAndClear( aEvent );
More information about the Libreoffice-commits
mailing list