summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/datatransfer/dnd/X11DragSource.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/datatransfer/dnd/X11DragSource.idl')
-rw-r--r--offapi/com/sun/star/datatransfer/dnd/X11DragSource.idl9
1 files changed, 0 insertions, 9 deletions
diff --git a/offapi/com/sun/star/datatransfer/dnd/X11DragSource.idl b/offapi/com/sun/star/datatransfer/dnd/X11DragSource.idl
index 0024a30b4272..4d576b8896ce 100644
--- a/offapi/com/sun/star/datatransfer/dnd/X11DragSource.idl
+++ b/offapi/com/sun/star/datatransfer/dnd/X11DragSource.idl
@@ -25,15 +25,12 @@
#include <com/sun/star/lang/XInitialization.idl>
#include <com/sun/star/lang/XTypeProvider.idl>
-//=============================================================================
module com { module sun { module star { module datatransfer { module dnd {
-//=============================================================================
published interface XDragSource;
-//=============================================================================
/** This service connects the Java-like UNO Drag and Drop protocol to the
X Drag and Drop protocol used on X-Servers to transfer data between
applications via Drag and Drop operations.
@@ -43,35 +40,29 @@ module com { module sun { module star { module datatransfer { module dnd {
published service X11DragSource
{
- //-------------------------------------------------------------------------
/** Used to provide data to other applications via X Drag and Drop protocol.
*/
interface XDragSource;
- //-------------------------------------------------------------------------
/** The service expects an instance of
<type scope="com::sun::star::awt">XDisplayConnection</type>
as the first parameter.
*/
interface com::sun::star::lang::XInitialization;
- //-------------------------------------------------------------------------
/** For shutdown and listener support.
*/
interface com::sun::star::lang::XComponent;
- //-------------------------------------------------------------------------
/** Service should always support this interface.
*/
interface com::sun::star::lang::XServiceInfo;
- //-------------------------------------------------------------------------
/** Service should always support this interface.
*/
interface com::sun::star::lang::XTypeProvider;
};
-//=============================================================================
}; }; }; }; };