summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/datatransfer/dnd/XDragGestureRecognizer.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/datatransfer/dnd/XDragGestureRecognizer.idl')
-rw-r--r--offapi/com/sun/star/datatransfer/dnd/XDragGestureRecognizer.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/offapi/com/sun/star/datatransfer/dnd/XDragGestureRecognizer.idl b/offapi/com/sun/star/datatransfer/dnd/XDragGestureRecognizer.idl
index 07340f5e9733..582db492c7da 100644
--- a/offapi/com/sun/star/datatransfer/dnd/XDragGestureRecognizer.idl
+++ b/offapi/com/sun/star/datatransfer/dnd/XDragGestureRecognizer.idl
@@ -22,13 +22,11 @@
#include <com/sun/star/uno/XInterface.idl>
-//=============================================================================
module com { module sun { module star { module datatransfer { module dnd {
published interface XDragGestureListener;
-//=============================================================================
/** This interface is implemented by a view or window that supports drag
operations.
@@ -40,7 +38,6 @@ module com { module sun { module star { module datatransfer { module dnd {
published interface XDragGestureRecognizer: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** Registers a new <type>XDragGestureListener</type>.
@param dgl
@@ -50,7 +47,6 @@ published interface XDragGestureRecognizer: com::sun::star::uno::XInterface
[oneway] void addDragGestureListener( [in] XDragGestureListener dgl );
- //-------------------------------------------------------------------------
/** Unregisters the specified <type>XDragGestureListener</type>.
@param dgl
@@ -60,14 +56,12 @@ published interface XDragGestureRecognizer: com::sun::star::uno::XInterface
[oneway] void removeDragGestureListener( [in] XDragGestureListener dgl );
- //-------------------------------------------------------------------------
/** Reset the recognizer. If it is currently recognizing a gesture, ignore it.
*/
void resetRecognizer();
};
-//=============================================================================
}; }; }; }; };