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.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/embed/XTransferableSupplier.idl b/offapi/com/sun/star/embed/XTransferableSupplier.idl
index 51e4ff2747f3..9de5edaef4f7 100644
--- a/offapi/com/sun/star/embed/XTransferableSupplier.idl
+++ b/offapi/com/sun/star/embed/XTransferableSupplier.idl
@@ -25,17 +25,17 @@
module com { module sun { module star { module embed {
/** provide access to a
- <type scope="com::sun::star::datatransfer">XTransferable</type>
+ com::sun::star::datatransfer::XTransferable
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>
+ com::sun::star::datatransfer::XTransferable
implementation.
@return
- <type scope="com::sun::star::datatransfer">XTransferable</type>
+ com::sun::star::datatransfer::XTransferable
implementation
*/
::com::sun::star::datatransfer::XTransferable getTransferable();