summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ucb/SendInfo.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/SendInfo.idl')
-rw-r--r--offapi/com/sun/star/ucb/SendInfo.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/ucb/SendInfo.idl b/offapi/com/sun/star/ucb/SendInfo.idl
index daea2accb9a8..9f8037088b2d 100644
--- a/offapi/com/sun/star/ucb/SendInfo.idl
+++ b/offapi/com/sun/star/ucb/SendInfo.idl
@@ -20,11 +20,9 @@
#define __com_sun_star_ucb_SendInfo_idl__
-//=============================================================================
module com { module sun { module star { module ucb {
-//=============================================================================
/** contains information related to a send protocol.
<p>It can contain any string values (server names, user names, passwords,
@@ -32,19 +30,16 @@ module com { module sun { module star { module ucb {
*/
published struct SendInfo
{
- //-------------------------------------------------------------------------
/** the protocol to which the info is related (i.e. "NNTP", "SMTP", "VIM").
*/
string ProtocolType;
- //-------------------------------------------------------------------------
/** the value.
*/
string Value;
};
-//=============================================================================
}; }; }; };