diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-07-25 08:10:13 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-07-25 08:10:13 +0000 |
commit | f2b1d25316c287a540b5636bbcc13bf98f1e5680 (patch) | |
tree | d1dca9e90728ab55a2618c6f0871bdd7f5acbcaf /vcl | |
parent | 4d7b0d91a28392529b93be942f280f6fbcc1e2b1 (diff) |
INTEGRATION: CWS aqua11y02 (1.278.32); FILE MERGED
2008/07/11 09:02:15 obr 1.278.32.3: RESYNC: (1.279-1.282); FILE MERGED
2008/06/18 18:04:35 fne 1.278.32.2: RESYNC: (1.278-1.279); FILE MERGED
2008/06/06 10:19:19 obr 1.278.32.1: #i85292# wrapper now cache the name, suppress unload of gtk plugin when atk-bridge module gets loaded as the shutdown symbol is no longer in global address space
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/window/window.cxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/vcl/source/window/window.cxx b/vcl/source/window/window.cxx index c09b1973fe24..5927d8cc3cf0 100644 --- a/vcl/source/window/window.cxx +++ b/vcl/source/window/window.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: window.cxx,v $ - * $Revision: 1.284 $ + * $Revision: 1.285 $ * * This file is part of OpenOffice.org. * @@ -4337,8 +4337,6 @@ Window::~Window() // deregister drop target listener if( mpWindowImpl->mpFrameData->mxDropTargetListener.is() ) { - OSL_TRACE( "removing drop target listener" ); - Reference< XDragGestureRecognizer > xDragGestureRecognizer = Reference< XDragGestureRecognizer > (mpWindowImpl->mpFrameData->mxDragSource, UNO_QUERY); if( xDragGestureRecognizer.is() ) @@ -8396,7 +8394,6 @@ Reference< XDropTarget > Window::GetDropTarget() try { -// OSL_TRACE( "adding droptarget listener" ); mpWindowImpl->mpFrameData->mxDropTarget->addDropTargetListener( mpWindowImpl->mpFrameData->mxDropTargetListener ); // register also as drag gesture listener if directly supported by drag source |