summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/datatransfer/XTransferableSupplier.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/datatransfer/XTransferableSupplier.idl')
-rw-r--r--offapi/com/sun/star/datatransfer/XTransferableSupplier.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/datatransfer/XTransferableSupplier.idl b/offapi/com/sun/star/datatransfer/XTransferableSupplier.idl
index da3999236ce2..68b513eead4f 100644
--- a/offapi/com/sun/star/datatransfer/XTransferableSupplier.idl
+++ b/offapi/com/sun/star/datatransfer/XTransferableSupplier.idl
@@ -32,13 +32,11 @@
#include <com/sun/star/datatransfer/XTransferable.idl>
#include <com/sun/star/uno/XInterface.idl>
-//=============================================================================
module com { module sun { module star { module datatransfer {
interface XTransferableSupplier
{
- //-------------------------------------------------------------------------
/** To get access to a transferable representation of a selected part of an object.
@returns
@@ -48,7 +46,6 @@ interface XTransferableSupplier
*/
XTransferable getTransferable();
- //-------------------------------------------------------------------------
/** Hands over a transferable object that shall be inserted.
@param xTrans
@@ -66,7 +63,6 @@ interface XTransferableSupplier
raises ( UnsupportedFlavorException );
};
-//=============================================================================
}; }; }; };