diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-04-03 16:15:57 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-04-03 16:15:57 +0000 |
commit | ac5cee223a4474ef61e7721e540ff13b6c7d1c9a (patch) | |
tree | 5571b7dea0c37140fe9ba02ee9717f7ed3722e0e /dtrans | |
parent | e03a88d06d091c49b87920221cd98c919d309b9a (diff) |
INTEGRATION: CWS vcl87 (1.12.36); FILE MERGED
2008/02/26 16:38:45 pl 1.12.36.1: #i86368# remove unused code
Diffstat (limited to 'dtrans')
-rw-r--r-- | dtrans/source/X11/X11_droptarget.cxx | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/dtrans/source/X11/X11_droptarget.cxx b/dtrans/source/X11/X11_droptarget.cxx index edc998ad5f07..a675199bc270 100644 --- a/dtrans/source/X11/X11_droptarget.cxx +++ b/dtrans/source/X11/X11_droptarget.cxx @@ -4,9 +4,9 @@ * * $RCSfile: X11_droptarget.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: obo $ $Date: 2007-01-25 11:20:43 $ + * last change: $Author: kz $ $Date: 2008-04-03 17:15:57 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -210,20 +210,6 @@ void DropTarget::dragOver( const DropTargetDragEvent& dtde ) throw() // -------------------------------------------------------------------------- -void DropTarget::dropActionChanged( const DropTargetDragEvent& dtde ) throw() -{ - ::osl::Guard< ::osl::Mutex > aGuard( m_aMutex ); - - ::std::list< Reference< XDropTargetListener > >::iterator it1, it2; - it1 = m_aListeners.begin(); - while( it1 != m_aListeners.end() ) - { - it2 = it1; - it1++; - (*it2)->dropActionChanged( dtde ); - } -} - /* * XServiceInfo */ |