From e1023f99c184838ed4e52f670676feb4359a297b Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Mon, 19 Jun 2006 18:36:40 +0000
Subject: INTEGRATION: CWS warnings01 (1.15.70); FILE MERGED 2005/11/10
20:06:33 pl 1.15.70.1: #i55991# removed warnings
---
vcl/source/window/dndevdis.cxx | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
(limited to 'vcl/source/window/dndevdis.cxx')
diff --git a/vcl/source/window/dndevdis.cxx b/vcl/source/window/dndevdis.cxx
index 40d117d8ea13..a5ac2d2cd698 100644
--- a/vcl/source/window/dndevdis.cxx
+++ b/vcl/source/window/dndevdis.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: dndevdis.cxx,v $
*
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 12:23:46 $
+ * last change: $Author: hr $ $Date: 2006-06-19 19:36:40 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -174,7 +174,7 @@ void SAL_CALL DNDEventDispatcher::dragEnter( const DropTargetDragEnterEvent& dtd
// DNDEventDispatcher::dragExit
//==================================================================================================
-void SAL_CALL DNDEventDispatcher::dragExit( const DropTargetEvent& dte )
+void SAL_CALL DNDEventDispatcher::dragExit( const DropTargetEvent& /*dte*/ )
throw(RuntimeException)
{
MutexGuard aImplGuard( m_aMutex );
@@ -339,7 +339,7 @@ void SAL_CALL DNDEventDispatcher::dragGestureRecognized( const DragGestureEvent&
// DNDEventDispatcher::disposing
//==================================================================================================
-void SAL_CALL DNDEventDispatcher::disposing( const EventObject& eo )
+void SAL_CALL DNDEventDispatcher::disposing( const EventObject& )
throw(RuntimeException)
{
}
@@ -348,7 +348,7 @@ void SAL_CALL DNDEventDispatcher::disposing( const EventObject& eo )
// DNDEventDispatcher::acceptDrag
//==================================================================================================
-void SAL_CALL DNDEventDispatcher::acceptDrag( sal_Int8 dropAction ) throw(RuntimeException)
+void SAL_CALL DNDEventDispatcher::acceptDrag( sal_Int8 /*dropAction*/ ) throw(RuntimeException)
{
}
--
cgit