summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/embed/XTransferableSupplier.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/embed/XTransferableSupplier.idl')
-rw-r--r--offapi/com/sun/star/embed/XTransferableSupplier.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/embed/XTransferableSupplier.idl b/offapi/com/sun/star/embed/XTransferableSupplier.idl
index cf4442744a48..51e4ff2747f3 100644
--- a/offapi/com/sun/star/embed/XTransferableSupplier.idl
+++ b/offapi/com/sun/star/embed/XTransferableSupplier.idl
@@ -21,18 +21,15 @@
#include <com/sun/star/datatransfer/XTransferable.idl>
-//============================================================================
module com { module sun { module star { module embed {
-//============================================================================
/** provide access to a
<type scope="com::sun::star::datatransfer">XTransferable</type>
implementation from the object.
*/
published interface XTransferableSupplier: com::sun::star::uno::XInterface
{
- //------------------------------------------------------------------------
/** allows to get access to
<type scope="com::sun::star::datatransfer">XTransferable</type>
implementation.
@@ -44,7 +41,6 @@ published interface XTransferableSupplier: com::sun::star::uno::XInterface
::com::sun::star::datatransfer::XTransferable getTransferable();
};
-//============================================================================
}; }; }; };