summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/datatransfer/XTransferable.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/datatransfer/XTransferable.idl')
-rw-r--r--offapi/com/sun/star/datatransfer/XTransferable.idl12
1 files changed, 6 insertions, 6 deletions
diff --git a/offapi/com/sun/star/datatransfer/XTransferable.idl b/offapi/com/sun/star/datatransfer/XTransferable.idl
index 13c69e2c10ad..f21cb90cfe7a 100644
--- a/offapi/com/sun/star/datatransfer/XTransferable.idl
+++ b/offapi/com/sun/star/datatransfer/XTransferable.idl
@@ -43,21 +43,21 @@ published interface XTransferable: com::sun::star::uno::XInterface
Describes the requested data format
@returns
- The data in the specified <type>DataFlavor</type>.
+ The data in the specified DataFlavor.
@throws com::sun::star::io::IOException
if the data is no longer available in the requested flavor.
@throws com::sun::star::datatransfer::UnsupportedFlavorException
- if the requested <type>DataFlavor</type> is not supported.
+ if the requested DataFlavor is not supported.
*/
any getTransferData( [in] DataFlavor aFlavor )
raises ( UnsupportedFlavorException, com::sun::star::io::IOException );
- /** Returns a sequence of supported <type>DataFlavor</type>.
+ /** Returns a sequence of supported DataFlavor.
@returns
- The sequence of supported <type>DataFlavor</type>.
+ The sequence of supported DataFlavor.
@see com::sun::star::datatransfer::DataFlavor
*/
@@ -69,8 +69,8 @@ published interface XTransferable: com::sun::star::uno::XInterface
Describes the format that should be checked
@returns
- A value of <TRUE/> if the <type>DataFlavor</type> is supported by the transfer source.
- <p>A value of <FALSE/> if the <type>DataFlavor</type> is unsupported by the transfer source.</p>
+ A value of <TRUE/> if the DataFlavor is supported by the transfer source.
+ <p>A value of <FALSE/> if the DataFlavor is unsupported by the transfer source.</p>
<br/><br/><p><strong>Note: </strong>This method is only for analogy with the JAVA Clipboard interface. To
avoid many calls, the caller should instead use