summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/datatransfer/dnd/DragGestureEvent.idl
diff options
context:
space:
mode:
authorOliver Braun <obr@openoffice.org>2001-02-20 08:55:32 +0000
committerOliver Braun <obr@openoffice.org>2001-02-20 08:55:32 +0000
commitdec21385bdd1811182110b079ac78cad4843ef7c (patch)
tree955f9b53ef5441eb6ba112d01d300463d3d79dc2 /offapi/com/sun/star/datatransfer/dnd/DragGestureEvent.idl
parentf06f5a8f44ea2e0d1f71f8d1fead0513bfeed851 (diff)
removed awt types due to circular dependencies
Diffstat (limited to 'offapi/com/sun/star/datatransfer/dnd/DragGestureEvent.idl')
-rw-r--r--offapi/com/sun/star/datatransfer/dnd/DragGestureEvent.idl23
1 files changed, 11 insertions, 12 deletions
diff --git a/offapi/com/sun/star/datatransfer/dnd/DragGestureEvent.idl b/offapi/com/sun/star/datatransfer/dnd/DragGestureEvent.idl
index 694854cc9..b14318a19 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.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: obr $ $Date: 2001-02-07 14:35:19 $
+ * last change: $Author: obr $ $Date: 2001-02-20 09:55:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -62,14 +62,6 @@
#ifndef __com_sun_star_datatransfer_dnd_DragGestureEvent_idl__
#define __com_sun_star_datatransfer_dnd_DragGestureEvent_idl__
-#ifndef __com_sun_star_awt_Point_idl__
-#include <com/sun/star/awt/Point.idl>
-#endif
-
-#ifndef __com_sun_star_awt_InputEvent_idl__
-#include <com/sun/star/awt/InputEvent.idl>
-#endif
-
#ifndef __com_sun_star_lang_EventObject_idl__
#include <com/sun/star/lang/EventObject.idl>
#endif
@@ -92,13 +84,20 @@ struct DragGestureEvent: com::sun::star::lang::EventObject
//-------------------------------------------------------------------------
/** the action selected by the user.
*/
+
byte DragAction;
//-------------------------------------------------------------------------
- /** the Point where the drag originated in Component coords.
+ /** the x coordinate where the drag originated in Component coords.
+ */
+
+ long DragOriginX;
+
+ //-------------------------------------------------------------------------
+ /** the y coordinate where the drag originated in Component coords.
*/
- com::sun::star::awt::Point DragOrigin;
+ long DragOriginY;
//-------------------------------------------------------------------------
/** the DragSource associated with this drag action.