summaryrefslogtreecommitdiffstats
path: root/toolkit/source/awt
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/source/awt
parentMerge remote-tracking branch 'origin/integration/dev300_m106' (diff)
parentRemove last trace of SvXub_StrLensSort. LGPLv3+/MPL. (diff)
downloadcore-66bf06edd047c8c1ce5df3bd49a40e31d1db5b8a.tar.gz
core-66bf06edd047c8c1ce5df3bd49a40e31d1db5b8a.zip
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/source/awt')
-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 );