summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/datatransfer/dnd/XDragSourceListener.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/datatransfer/dnd/XDragSourceListener.idl')
-rw-r--r--offapi/com/sun/star/datatransfer/dnd/XDragSourceListener.idl10
1 files changed, 5 insertions, 5 deletions
diff --git a/offapi/com/sun/star/datatransfer/dnd/XDragSourceListener.idl b/offapi/com/sun/star/datatransfer/dnd/XDragSourceListener.idl
index e60c19ec0ac4..3424902323d8 100644
--- a/offapi/com/sun/star/datatransfer/dnd/XDragSourceListener.idl
+++ b/offapi/com/sun/star/datatransfer/dnd/XDragSourceListener.idl
@@ -40,7 +40,7 @@ published interface XDragSourceListener: com::sun::star::lang::XEventListener
complete.
@param dsde
- The <type>DragSourceDropEvent</type>
+ The DragSourceDropEvent
*/
void dragDropEnd( [in] DragSourceDropEvent dsde );
@@ -51,7 +51,7 @@ published interface XDragSourceListener: com::sun::star::lang::XEventListener
implementations. Do not rely on it ! </p>
@param dsde
- The <type>DragSourceDragEvent</type>.
+ The DragSourceDragEvent.
*/
void dragEnter( [in] DragSourceDragEvent dsde );
@@ -62,7 +62,7 @@ published interface XDragSourceListener: com::sun::star::lang::XEventListener
implementations. Do not rely on it ! </p>
@param dse
- The <type>DragSourceEvent</type>.
+ The DragSourceEvent.
*/
void dragExit( [in] DragSourceEvent dse );
@@ -70,7 +70,7 @@ published interface XDragSourceListener: com::sun::star::lang::XEventListener
/** Called as the hotspot moves over a platform dependent drop site.
@param dsde
- The <type>DragSourceEvent</type>
+ The DragSourceEvent
*/
void dragOver( [in] DragSourceDragEvent dsde );
@@ -78,7 +78,7 @@ published interface XDragSourceListener: com::sun::star::lang::XEventListener
/** Called when the user has modified the drop gesture.
@param dsde
- The <type>DragSourceEvent</type>.
+ The DragSourceEvent.
*/
void dropActionChanged( [in] DragSourceDragEvent dsde );