summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/ucb/SendMediaTypes.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/SendMediaTypes.idl')
-rw-r--r--offapi/com/sun/star/ucb/SendMediaTypes.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/ucb/SendMediaTypes.idl b/offapi/com/sun/star/ucb/SendMediaTypes.idl
index 9d625e5295b0..3cc5ebbd738b 100644
--- a/offapi/com/sun/star/ucb/SendMediaTypes.idl
+++ b/offapi/com/sun/star/ucb/SendMediaTypes.idl
@@ -29,30 +29,25 @@
#define __com_sun_star_ucb_SendMediaTypes_idl__
-//=============================================================================
module com { module sun { module star { module ucb {
-//=============================================================================
/** contains a list of Internet media types (like "text/plain" and "text/html"),
that are related to a send protocol.
*/
published struct SendMediaTypes
{
- //-------------------------------------------------------------------------
/** the protocol to which the information is related (i.e. "NNTP", "SMTP",
"VIM").
*/
string ProtocolType;
- //-------------------------------------------------------------------------
/** a list of Internet media types
*/
sequence<string> Value;
};
-//=============================================================================
}; }; }; };