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.idl7
1 files changed, 0 insertions, 7 deletions
diff --git a/offapi/com/sun/star/datatransfer/MimeContentTypeFactory.idl b/offapi/com/sun/star/datatransfer/MimeContentTypeFactory.idl
index 91a3079050e2..9d8b41679b12 100644
--- a/offapi/com/sun/star/datatransfer/MimeContentTypeFactory.idl
+++ b/offapi/com/sun/star/datatransfer/MimeContentTypeFactory.idl
@@ -24,15 +24,12 @@
#include <com/sun/star/lang/XServiceInfo.idl>
#include <com/sun/star/lang/XTypeProvider.idl>
-//=============================================================================
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
@@ -43,7 +40,6 @@ module com { module sun { module star { module datatransfer {
*/
published service MimeContentTypeFactory
{
- //-------------------------------------------------------------------------
/** Creates an instance that implement the interface
<type>XMimeContentType</type> from the string
representation of such a MIME content-types that is conform to
@@ -52,18 +48,15 @@ published service MimeContentTypeFactory
*/
interface XMimeContentTypeFactory;
- //-------------------------------------------------------------------------
/** Service should always support this interface.
*/
interface com::sun::star::lang::XServiceInfo;
- //-------------------------------------------------------------------------
/** Service should always support this interface.
*/
interface com::sun::star::lang::XTypeProvider;
};
-//=============================================================================
}; }; }; };