summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/datatransfer/XTransferableEx.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/datatransfer/XTransferableEx.idl')
-rw-r--r--offapi/com/sun/star/datatransfer/XTransferableEx.idl10
1 files changed, 5 insertions, 5 deletions
diff --git a/offapi/com/sun/star/datatransfer/XTransferableEx.idl b/offapi/com/sun/star/datatransfer/XTransferableEx.idl
index ab388725170f..61945aef9484 100644
--- a/offapi/com/sun/star/datatransfer/XTransferableEx.idl
+++ b/offapi/com/sun/star/datatransfer/XTransferableEx.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -52,11 +52,11 @@ module com { module sun { module star { module datatransfer {
published interface XTransferableEx: com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------
- /** @param requestedFlavors
+ /** @param requestedFlavors
Sequence of <type>DataFlavor</type> of interest. Specify an empty sequence for interest
- in all data flavors with top-level MIME content-types. To get all MIME
+ in all data flavors with top-level MIME content-types. To get all MIME
content-types, call <member scope="com::sun::star::datatransfer">XTransferable::getTransferDataFlavors()</member>.
-
+
@returns
The list of the matching supported <type>DataFlavor</type> that were requested. For
each requested top-level MIME content-type, all supported subtypes are returned.
@@ -66,6 +66,6 @@ published interface XTransferableEx: com::sun::star::uno::XInterface
//=============================================================================
-}; }; }; };
+}; }; }; };
#endif