summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/datatransfer/dnd/DragSourceDropEvent.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/datatransfer/dnd/DragSourceDropEvent.idl')
-rw-r--r--offapi/com/sun/star/datatransfer/dnd/DragSourceDropEvent.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/datatransfer/dnd/DragSourceDropEvent.idl b/offapi/com/sun/star/datatransfer/dnd/DragSourceDropEvent.idl
index f8e6c6ad0629..b0fbb20ea473 100644
--- a/offapi/com/sun/star/datatransfer/dnd/DragSourceDropEvent.idl
+++ b/offapi/com/sun/star/datatransfer/dnd/DragSourceDropEvent.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>DragSourceDropEvent</type> is delivered from an object that implements
<type>XDragSourceContext</type> to its currently registered drag source listener's.
@@ -38,7 +36,6 @@ module com { module sun { module star { module datatransfer { module dnd {
published struct DragSourceDropEvent: com::sun::star::datatransfer::dnd::DragSourceEvent
{
- //-------------------------------------------------------------------------
/** The action performed by the target on the subject of the drop.
@see com::sun::star::datatransfer::dnd::DNDConstants
@@ -46,14 +43,12 @@ published struct DragSourceDropEvent: com::sun::star::datatransfer::dnd::DragSou
byte DropAction;
- //-------------------------------------------------------------------------
/** Indicates if the drop was successful.
*/
boolean DropSuccess;
};
-//=============================================================================
}; }; }; }; };