summaryrefslogtreecommitdiff
path: root/vcl/source/window/dndevdis.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 18:36:40 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 18:36:40 +0000
commite1023f99c184838ed4e52f670676feb4359a297b (patch)
tree95f21ee1df2ec1770ff81802cdba8f122348ea70 /vcl/source/window/dndevdis.cxx
parent502f8b6d6e2f15f13dcd9675354d0e76ef9e09ce (diff)
INTEGRATION: CWS warnings01 (1.15.70); FILE MERGED
2005/11/10 20:06:33 pl 1.15.70.1: #i55991# removed warnings
Diffstat (limited to 'vcl/source/window/dndevdis.cxx')
-rw-r--r--vcl/source/window/dndevdis.cxx10
1 files changed, 5 insertions, 5 deletions
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)
{
}