summaryrefslogtreecommitdiff
path: root/vcl/source/window/dndlcon.cxx
diff options
context:
space:
mode:
authorOliver Braun <obr@openoffice.org>2001-02-23 07:59:55 +0000
committerOliver Braun <obr@openoffice.org>2001-02-23 07:59:55 +0000
commitef9cc34e632b6b2c143f447f67cd7e2b9b359391 (patch)
treedd2b8a6a7ca44231073162049b57f241fdc4e0d1 /vcl/source/window/dndlcon.cxx
parentcef0b2ae5ec949209afb2fa7f85beeb422ebf3cb (diff)
fixed differences in fireDragGestureEvent signature
Diffstat (limited to 'vcl/source/window/dndlcon.cxx')
-rw-r--r--vcl/source/window/dndlcon.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/source/window/dndlcon.cxx b/vcl/source/window/dndlcon.cxx
index f62ddd2e5bca..43b631f97c7f 100644
--- a/vcl/source/window/dndlcon.cxx
+++ b/vcl/source/window/dndlcon.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dndlcon.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: obr $ $Date: 2001-02-20 11:17:45 $
+ * last change: $Author: obr $ $Date: 2001-02-23 08:59:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -413,7 +413,7 @@ sal_uInt32 DNDListenerContainer::fireDropActionChangedEvent( const Reference< XD
// DNDListenerContainer::fireDragGestureEvent
//==================================================================================================
-sal_uInt32 DNDListenerContainer::fireDragGestureEvent( const sal_Int8 dragAction, sal_Int32 dragOriginX,
+sal_uInt32 DNDListenerContainer::fireDragGestureEvent( sal_Int8 dragAction, sal_Int32 dragOriginX,
sal_Int32 dragOriginY, const Reference< XDragSource >& dragSource, const Any& triggerEvent )
{
sal_uInt32 nRet = 0;