summaryrefslogtreecommitdiff
path: root/toolkit
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2011-05-27 21:12:53 +0200
committerJan Holesovsky <kendy@suse.cz>2011-05-27 21:12:53 +0200
commit66bf06edd047c8c1ce5df3bd49a40e31d1db5b8a (patch)
tree19d6b6590fb3120b799a87399255856cd1885229 /toolkit
parent9e5584a82633442467a53ccc08c3380070178a38 (diff)
parent61e112b8ac1d1fe822c7a2ae4fa75bab4c34e0a7 (diff)
Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/libs-gui
Conflicts: vcl/source/control/makefile.mk vcl/unx/generic/printer/ppdparser.cxx
Diffstat (limited to 'toolkit')
-rw-r--r--toolkit/source/awt/vclxtoolkit.cxx6
-rw-r--r--toolkit/source/awt/vclxwindow.cxx1
2 files changed, 2 insertions, 5 deletions
diff --git a/toolkit/source/awt/vclxtoolkit.cxx b/toolkit/source/awt/vclxtoolkit.cxx
index cd488833782a..6a303eee1ef0 100644
--- a/toolkit/source/awt/vclxtoolkit.cxx
+++ b/toolkit/source/awt/vclxtoolkit.cxx
@@ -340,11 +340,7 @@ static ComponentInfo aComponentInfos [] =
extern "C"
{
-static int
-#if defined( WNT )
- __cdecl
-#endif
- ComponentInfoCompare( const void* pFirst, const void* pSecond)
+static int SAL_CALL ComponentInfoCompare( const void* pFirst, const void* pSecond)
{
return( strcmp( ((ComponentInfo*)pFirst)->pName,
((ComponentInfo*)pSecond)->pName ) );
diff --git a/toolkit/source/awt/vclxwindow.cxx b/toolkit/source/awt/vclxwindow.cxx
index 4db3a3fde38e..def82b41ee9b 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 );