summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/datatransfer/MimeContentTypeFactory.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/datatransfer/MimeContentTypeFactory.idl')
-rw-r--r--offapi/com/sun/star/datatransfer/MimeContentTypeFactory.idl18
1 files changed, 9 insertions, 9 deletions
diff --git a/offapi/com/sun/star/datatransfer/MimeContentTypeFactory.idl b/offapi/com/sun/star/datatransfer/MimeContentTypeFactory.idl
index 82deb7314b0c..818184a93b8a 100644
--- a/offapi/com/sun/star/datatransfer/MimeContentTypeFactory.idl
+++ b/offapi/com/sun/star/datatransfer/MimeContentTypeFactory.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
@@ -42,17 +42,17 @@
//=============================================================================
-module com { module sun { module star { module datatransfer {
+module com { module sun { module star { module datatransfer {
//=============================================================================
published interface XMimeContentTypeFactory;
//=============================================================================
-/** Used to create an instance that implement the interface
- <type>XMimeContentType</type> from a string
- representation of such a MIME content-type that is conform to
- <a href="ftp://ftp.isi.edu/in-notes/rfc2045.txt">Rfc2045</a> and
+/** Used to create an instance that implement the interface
+ <type>XMimeContentType</type> from a string
+ representation of such a MIME content-type that is 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>.
@see com::sun::star::datatransfer::XMimeContentTypeFactory
@@ -60,11 +60,11 @@ module com { module sun { module star { module datatransfer {
published service MimeContentTypeFactory
{
//-------------------------------------------------------------------------
- /** Creates an instance that implement the interface
- <type>XMimeContentType</type> from the string
+ /** Creates an instance that implement the interface
+ <type>XMimeContentType</type> from the string
representation of such a MIME content-types that is conform to
<a href="ftp://ftp.isi.edu/in-notes/rfc2045.txt">Rfc2045</a>,
- <a href="ftp://ftp.isi.edu/in-notes/rfc2046.txt">Rfc2046</a>.
+ <a href="ftp://ftp.isi.edu/in-notes/rfc2046.txt">Rfc2046</a>.
*/
interface XMimeContentTypeFactory;