summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/datatransfer/DataFlavor.idl
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2002-10-03 12:11:20 +0000
committerMichael Hönnig <mi@openoffice.org>2002-10-03 12:11:20 +0000
commit3ed849358bbc4beacb456e3f903b52709d58b1bb (patch)
tree278e87a4cdec4d27e4b93a501c422b9d23b0b5c9 /offapi/com/sun/star/datatransfer/DataFlavor.idl
parent3ca7e230e0f4a6244bd4f094c31660e84f86caa7 (diff)
#94968# IDL reviews merged
Diffstat (limited to 'offapi/com/sun/star/datatransfer/DataFlavor.idl')
-rw-r--r--offapi/com/sun/star/datatransfer/DataFlavor.idl7
1 files changed, 4 insertions, 3 deletions
diff --git a/offapi/com/sun/star/datatransfer/DataFlavor.idl b/offapi/com/sun/star/datatransfer/DataFlavor.idl
index ead67ffde..f24088edc 100644
--- a/offapi/com/sun/star/datatransfer/DataFlavor.idl
+++ b/offapi/com/sun/star/datatransfer/DataFlavor.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: DataFlavor.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: mi $ $Date: 2001-11-15 15:37:03 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:02:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -75,7 +75,8 @@ struct DataFlavor
{
//-------------------------------------------------------------------------
/** The MIME content-type (type/subtype) string describing the data format
- of the object to transfer.
+ of the object to transfer. MimeType must be conform to <a href="ftp://ftp.isi.edu/in-notes/rfc2045.txt">Rfc2045</a> and
+ <a href="ftp://ftp.isi.edu/in-notes/rfc2046.txt">Rfc2046</a>)
*/
string MimeType;