summaryrefslogtreecommitdiff
path: root/dtrans/source/win32/dnd/sourcecontext.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 05:02:56 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 05:02:56 +0000
commita20681f5732010d1587b48bf4a56b89255e9f12f (patch)
tree799d57427d21024be90726cad4c54e0ab84264c3 /dtrans/source/win32/dnd/sourcecontext.cxx
parent3b2f14f0bbc994385428dd1b22928b8d713d7091 (diff)
INTEGRATION: CWS warnings01 (1.6.4); FILE MERGED
2006/03/09 20:31:48 pl 1.6.4.1: #i55991# removed warnings for windows platform
Diffstat (limited to 'dtrans/source/win32/dnd/sourcecontext.cxx')
-rw-r--r--dtrans/source/win32/dnd/sourcecontext.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/dtrans/source/win32/dnd/sourcecontext.cxx b/dtrans/source/win32/dnd/sourcecontext.cxx
index 236e31a5c5cb..921ffdd4773f 100644
--- a/dtrans/source/win32/dnd/sourcecontext.cxx
+++ b/dtrans/source/win32/dnd/sourcecontext.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: sourcecontext.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 18:18:34 $
+ * last change: $Author: hr $ $Date: 2006-06-20 06:02:56 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -67,13 +67,13 @@ SourceContext::~SourceContext()
}
void SAL_CALL SourceContext::addDragSourceListener(
- const Reference<XDragSourceListener >& dsl )
+ const Reference<XDragSourceListener >& )
throw( RuntimeException)
{
}
void SAL_CALL SourceContext::removeDragSourceListener(
- const Reference<XDragSourceListener >& dsl )
+ const Reference<XDragSourceListener >& )
throw( RuntimeException)
{
}
@@ -84,12 +84,12 @@ sal_Int32 SAL_CALL SourceContext::getCurrentCursor( )
return 0;
}
-void SAL_CALL SourceContext::setCursor( sal_Int32 cursorId )
+void SAL_CALL SourceContext::setCursor( sal_Int32 /*cursorId*/ )
throw( IllegalArgumentException, RuntimeException)
{
}
-void SAL_CALL SourceContext::setImage( sal_Int32 imageId )
+void SAL_CALL SourceContext::setImage( sal_Int32 /*imageId*/ )
throw( IllegalArgumentException, RuntimeException)
{
}