summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/datatransfer/dnd/XDragSourceContext.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/datatransfer/dnd/XDragSourceContext.idl')
-rw-r--r--offapi/com/sun/star/datatransfer/dnd/XDragSourceContext.idl7
1 files changed, 0 insertions, 7 deletions
diff --git a/offapi/com/sun/star/datatransfer/dnd/XDragSourceContext.idl b/offapi/com/sun/star/datatransfer/dnd/XDragSourceContext.idl
index a1bdc4da7c1f..5e21a7260129 100644
--- a/offapi/com/sun/star/datatransfer/dnd/XDragSourceContext.idl
+++ b/offapi/com/sun/star/datatransfer/dnd/XDragSourceContext.idl
@@ -22,13 +22,11 @@
#include <com/sun/star/lang/IllegalArgumentException.idl>
-//=============================================================================
module com { module sun { module star { module datatransfer { module dnd {
published interface XDragSourceListener;
-//=============================================================================
/** The drag source context class is responsible for managing the initiator side
of the Drag and Drop protocol.
@@ -47,7 +45,6 @@ module com { module sun { module star { module datatransfer { module dnd {
published interface XDragSourceContext: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** Get the identifier of the currently used cursor.
@returns
@@ -56,7 +53,6 @@ published interface XDragSourceContext: com::sun::star::uno::XInterface
long getCurrentCursor();
- //-------------------------------------------------------------------------
/** This method sets the current drag cursor.
<p>This method should only be called to set another cursor than the
@@ -69,7 +65,6 @@ published interface XDragSourceContext: com::sun::star::uno::XInterface
[oneway] void setCursor( [in] long cursorId );
- //-------------------------------------------------------------------------
/** This method sets the current drag image.
@param dragImage
@@ -79,7 +74,6 @@ published interface XDragSourceContext: com::sun::star::uno::XInterface
[oneway] void setImage( [in] long imageId );
- //-------------------------------------------------------------------------
/** This method notifies the context that the
<type scope="com::sun::star::datatransfer">DataFlavor</type> types
of the transferable object have changed.
@@ -90,7 +84,6 @@ published interface XDragSourceContext: com::sun::star::uno::XInterface
[oneway] void transferablesFlavorsChanged();
};
-//=============================================================================
}; }; }; }; };