summaryrefslogtreecommitdiff
path: root/vcl/source/window/dndevdis.hxx
diff options
context:
space:
mode:
authorOliver Braun <obr@openoffice.org>2001-02-13 12:12:53 +0000
committerOliver Braun <obr@openoffice.org>2001-02-13 12:12:53 +0000
commit964a341687b28c673cfe1f1fcff73de115d01ac8 (patch)
tree36c25dc1388925271b000203c687aa33120e5561 /vcl/source/window/dndevdis.hxx
parent833ebb1de45f27b689d393d2e19922c800db3229 (diff)
fix compiler errors and warnings
Diffstat (limited to 'vcl/source/window/dndevdis.hxx')
-rw-r--r--vcl/source/window/dndevdis.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/source/window/dndevdis.hxx b/vcl/source/window/dndevdis.hxx
index 50b7e64e162d..61d81b4c9ca6 100644
--- a/vcl/source/window/dndevdis.hxx
+++ b/vcl/source/window/dndevdis.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dndevdis.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: obr $ $Date: 2001-02-12 12:26:06 $
+ * last change: $Author: obr $ $Date: 2001-02-13 13:12:53 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -117,7 +117,7 @@ public:
* XDropTargetDragContext
*/
- virtual void SAL_CALL acceptDrag( const sal_Int8 dropAction ) throw(::com::sun::star::uno::RuntimeException);
+ virtual void SAL_CALL acceptDrag( sal_Int8 dropAction ) throw(::com::sun::star::uno::RuntimeException);
virtual void SAL_CALL rejectDrag() throw(::com::sun::star::uno::RuntimeException);
/*