summaryrefslogtreecommitdiff
path: root/vcl/source/window/dndevdis.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2004-01-06 13:09:34 +0000
committerVladimir Glazounov <vg@openoffice.org>2004-01-06 13:09:34 +0000
commit587b3db25c1ac7af7fc570b06972f6d822be6439 (patch)
tree6231381fe68ff1fad2ba2557510d533f6efef799 /vcl/source/window/dndevdis.cxx
parentd0042bb7503b8e54d6b77d42d449bac55a01754e (diff)
INTEGRATION: CWS vclcleanup02 (1.12.168); FILE MERGED
2003/12/10 15:59:37 mt 1.12.168.3: #i23061# VCL cleanup, removed headers, methods and types... 2003/12/05 16:36:31 mt 1.12.168.2: RESYNC: (1.12-1.13); FILE MERGED 2003/12/05 13:28:46 mt 1.12.168.1: #i23061# Code cleanups, fixed gcc WAll warnings, removed unused variables and unused code
Diffstat (limited to 'vcl/source/window/dndevdis.cxx')
-rw-r--r--vcl/source/window/dndevdis.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/vcl/source/window/dndevdis.cxx b/vcl/source/window/dndevdis.cxx
index 8b9e6e621257..a33c4521fb43 100644
--- a/vcl/source/window/dndevdis.cxx
+++ b/vcl/source/window/dndevdis.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dndevdis.cxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: rt $ $Date: 2003-12-01 13:37:59 $
+ * last change: $Author: vg $ $Date: 2004-01-06 14:09:34 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -338,7 +338,6 @@ void SAL_CALL DNDEventDispatcher::dragGestureRecognized( const DragGestureEvent&
{ MutexGuard aImplGuard( m_aMutex );
Point origin( dge.DragOriginX, dge.DragOriginY );
- sal_Int32 nListeners;
// find the window that is toplevel for this coordinates
OClearableGuard aSolarGuard( Application::GetSolarMutex() );