summaryrefslogtreecommitdiff
path: root/vcl/source/window/dndlcon.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 18:36:52 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 18:36:52 +0000
commit3147aabfde35718ba3a1d88890841132c61a80aa (patch)
tree29d02feaeba3136de2a982cb87c49c368d727cee /vcl/source/window/dndlcon.cxx
parente1023f99c184838ed4e52f670676feb4359a297b (diff)
INTEGRATION: CWS warnings01 (1.8.70); FILE MERGED
2005/11/10 20:06:33 pl 1.8.70.1: #i55991# removed warnings
Diffstat (limited to 'vcl/source/window/dndlcon.cxx')
-rw-r--r--vcl/source/window/dndlcon.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/vcl/source/window/dndlcon.cxx b/vcl/source/window/dndlcon.cxx
index d421ba8b144e..06a0e6c68dcb 100644
--- a/vcl/source/window/dndlcon.cxx
+++ b/vcl/source/window/dndlcon.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: dndlcon.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 12:24:26 $
+ * last change: $Author: hr $ $Date: 2006-06-19 19:36:52 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -190,8 +190,8 @@ sal_uInt32 DNDListenerContainer::fireDropEvent( const Reference< XDropTargetDrop
xListener->drop( aEvent );
else
{
- DropTargetEvent aEvent( static_cast < XDropTarget * > (this), 0 );
- xListener->dragExit( aEvent );
+ DropTargetEvent aDTEvent( static_cast < XDropTarget * > (this), 0 );
+ xListener->dragExit( aDTEvent );
}
nRet++;