summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/datatransfer/DataFlavor.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/datatransfer/DataFlavor.idl')
-rw-r--r--offapi/com/sun/star/datatransfer/DataFlavor.idl12
1 files changed, 6 insertions, 6 deletions
diff --git a/offapi/com/sun/star/datatransfer/DataFlavor.idl b/offapi/com/sun/star/datatransfer/DataFlavor.idl
index b8c258bc40db..2c0e4a7715f5 100644
--- a/offapi/com/sun/star/datatransfer/DataFlavor.idl
+++ b/offapi/com/sun/star/datatransfer/DataFlavor.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
@@ -40,15 +40,15 @@ module com { module sun { module star { module datatransfer {
published struct DataFlavor
{
//-------------------------------------------------------------------------
- /** The MIME content-type (type/subtype) string describing the data format
+ /** The MIME content-type (type/subtype) string describing the data format
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>)
- */
+ <a href="ftp://ftp.isi.edu/in-notes/rfc2046.txt">Rfc2046</a>)
+ */
string MimeType;
//-------------------------------------------------------------------------
/** A human presentable name for the data format.
- */
+ */
string HumanPresentableName;
//-------------------------------------------------------------------------
@@ -59,6 +59,6 @@ published struct DataFlavor
//=============================================================================
-}; }; }; };
+}; }; }; };
#endif