summaryrefslogtreecommitdiff
path: root/dtrans/source/win32/dnd/source.hxx
diff options
context:
space:
mode:
authorJoachim Lingner <jl@openoffice.org>2001-02-12 10:11:59 +0000
committerJoachim Lingner <jl@openoffice.org>2001-02-12 10:11:59 +0000
commitb1008047743e01eff06edd12c4d347bff06b1347 (patch)
tree33528a80a681ea775515f962bcc67add7f901bc6 /dtrans/source/win32/dnd/source.hxx
parent2f64c6847744f1f6e412fc6c2c8b0314a7456c5b (diff)
interface changes
Diffstat (limited to 'dtrans/source/win32/dnd/source.hxx')
-rw-r--r--dtrans/source/win32/dnd/source.hxx9
1 files changed, 5 insertions, 4 deletions
diff --git a/dtrans/source/win32/dnd/source.hxx b/dtrans/source/win32/dnd/source.hxx
index 0c6c4b5b6bac..68bafe282ce8 100644
--- a/dtrans/source/win32/dnd/source.hxx
+++ b/dtrans/source/win32/dnd/source.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: source.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: jl $ $Date: 2001-02-08 14:30:48 $
+ * last change: $Author: jl $ $Date: 2001-02-12 11:11:59 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -143,17 +143,18 @@ public:
virtual void SAL_CALL initialize( const Sequence< Any >& aArguments )
throw(Exception, RuntimeException);
+
// XDragSource
virtual sal_Bool SAL_CALL isDragImageSupported( ) throw(RuntimeException);
virtual sal_Int32 SAL_CALL getDefaultCursor( sal_Int8 dragAction )
throw( IllegalArgumentException, RuntimeException);
- virtual void SAL_CALL executeDrag( const DragGestureEvent& trigger,
+ virtual void SAL_CALL startDrag( const DragGestureEvent& trigger,
sal_Int8 sourceActions,
sal_Int32 cursor,
sal_Int32 image,
const Reference<XTransferable >& trans,
const Reference<XDragSourceListener >& listener )
- throw( InvalidDNDOperationException, RuntimeException);
+ throw( RuntimeException);