summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/datatransfer/dnd/DragSourceDragEvent.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/datatransfer/dnd/DragSourceDragEvent.idl')
-rw-r--r--offapi/com/sun/star/datatransfer/dnd/DragSourceDragEvent.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/datatransfer/dnd/DragSourceDragEvent.idl b/offapi/com/sun/star/datatransfer/dnd/DragSourceDragEvent.idl
index c3c5a379bfb9..1f9caad368dc 100644
--- a/offapi/com/sun/star/datatransfer/dnd/DragSourceDragEvent.idl
+++ b/offapi/com/sun/star/datatransfer/dnd/DragSourceDragEvent.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/datatransfer/dnd/DragSourceEvent.idl>
-//=============================================================================
module com { module sun { module star { module datatransfer { module dnd {
-//=============================================================================
/** The <type>DragSourceDragEvent</type> is delivered from an object that
implements the <type>XDragSourceContext</type> to the
currently registered drag source listener.
@@ -40,14 +38,12 @@ module com { module sun { module star { module datatransfer { module dnd {
published struct DragSourceDragEvent: com::sun::star::datatransfer::dnd::DragSourceEvent
{
- //-------------------------------------------------------------------------
/** The drag action selected by the current drop target.
@see com::sun::star::datatransfer::dnd::DNDConstants
*/
byte DropAction;
- //-------------------------------------------------------------------------
/** The user's currently selected drop action.
@see com::sun::star::datatransfer::dnd::DNDConstants
@@ -55,7 +51,6 @@ published struct DragSourceDragEvent: com::sun::star::datatransfer::dnd::DragSou
byte UserAction;
};
-//=============================================================================
}; }; }; }; };