summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/datatransfer/dnd/DragSourceEvent.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/datatransfer/dnd/DragSourceEvent.idl')
-rw-r--r--offapi/com/sun/star/datatransfer/dnd/DragSourceEvent.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/datatransfer/dnd/DragSourceEvent.idl b/offapi/com/sun/star/datatransfer/dnd/DragSourceEvent.idl
index 919fc5d80194..5e8c6686dd8d 100644
--- a/offapi/com/sun/star/datatransfer/dnd/DragSourceEvent.idl
+++ b/offapi/com/sun/star/datatransfer/dnd/DragSourceEvent.idl
@@ -22,14 +22,12 @@
#include <com/sun/star/lang/EventObject.idl>
-//=============================================================================
module com { module sun { module star { module datatransfer { module dnd {
published interface XDragSource;
published interface XDragSourceContext;
-//=============================================================================
/** This class is the base class for <type>DragSourceDragEvent</type> and <type>DragSourceDropEvent</type>.
<p>To access the <type>XDragSource</type> that originated this event, use the
@@ -39,7 +37,6 @@ module com { module sun { module star { module datatransfer { module dnd {
published struct DragSourceEvent: com::sun::star::lang::EventObject
{
- //-------------------------------------------------------------------------
/** The drag source context of the current drag operation.
@see com::sun::star::datatransfer::dnd::XDragSourceContext
@@ -47,7 +44,6 @@ published struct DragSourceEvent: com::sun::star::lang::EventObject
XDragSourceContext DragSourceContext;
- //-------------------------------------------------------------------------
/** The drag source on which the Drag and Drop operation was initiated.
@see com::sun::star::datatransfer::dnd::XDragSource
@@ -56,7 +52,6 @@ published struct DragSourceEvent: com::sun::star::lang::EventObject
XDragSource DragSource;
};
-//=============================================================================
}; }; }; }; };