summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/datatransfer/dnd/DropTargetEvent.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/datatransfer/dnd/DropTargetEvent.idl')
-rw-r--r--offapi/com/sun/star/datatransfer/dnd/DropTargetEvent.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/datatransfer/dnd/DropTargetEvent.idl b/offapi/com/sun/star/datatransfer/dnd/DropTargetEvent.idl
index 1567b712d6d8..77e855e32abc 100644
--- a/offapi/com/sun/star/datatransfer/dnd/DropTargetEvent.idl
+++ b/offapi/com/sun/star/datatransfer/dnd/DropTargetEvent.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/lang/EventObject.idl>
-//=============================================================================
module com { module sun { module star { module datatransfer { module dnd {
-//=============================================================================
/** This class is the base class for <type>DropTargetDragEvent</type> and
<type>DropTargetDropEvent</type>.
@@ -37,14 +35,12 @@ module com { module sun { module star { module datatransfer { module dnd {
published struct DropTargetEvent: com::sun::star::lang::EventObject
{
- //-------------------------------------------------------------------------
/** UNO specification does not allow empty struct definitions.
*/
byte Dummy;
};
-//=============================================================================
}; }; }; }; };