diff options
author | Oliver Braun <obr@openoffice.org> | 2001-02-07 13:35:19 +0000 |
---|---|---|
committer | Oliver Braun <obr@openoffice.org> | 2001-02-07 13:35:19 +0000 |
commit | 9fc67f3b977428d248c5a941a6f3511e6fb84dd6 (patch) | |
tree | b4f1a07b9a63697ac29da01a0be0990c47d41f23 /offapi/com/sun/star/datatransfer | |
parent | 278334d3e644e70c758d38cc72014c1e54d5da04 (diff) |
made DragSource member of XDragSource type
Diffstat (limited to 'offapi/com/sun/star/datatransfer')
-rw-r--r-- | offapi/com/sun/star/datatransfer/dnd/DragGestureEvent.idl | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/offapi/com/sun/star/datatransfer/dnd/DragGestureEvent.idl b/offapi/com/sun/star/datatransfer/dnd/DragGestureEvent.idl index 0736e5462..694854cc9 100644 --- a/offapi/com/sun/star/datatransfer/dnd/DragGestureEvent.idl +++ b/offapi/com/sun/star/datatransfer/dnd/DragGestureEvent.idl @@ -2,9 +2,9 @@ * * $RCSfile: DragGestureEvent.idl,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: pl $ $Date: 2001-01-31 14:43:49 $ + * last change: $Author: obr $ $Date: 2001-02-07 14:35:19 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -78,6 +78,8 @@ module com { module sun { module star { module datatransfer { module dnd { +interface XDragSource; + //============================================================================= /** A DragGestureEvent is passed to DragGestureListener's dragGestureRecognized() method when a particular DragGestureRecognizer detects that a platform @@ -102,7 +104,7 @@ struct DragGestureEvent: com::sun::star::lang::EventObject /** the DragSource associated with this drag action. */ - com::sun::star::uno::XInterface DragSource; + XDragSource DragSource; //------------------------------------------------------------------------- /** the last event comprising the gesture. |