summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/system
diff options
context:
space:
mode:
authorarellano <arellano@openoffice.org>2001-07-17 14:40:49 +0000
committerarellano <arellano@openoffice.org>2001-07-17 14:40:49 +0000
commit880b405246480df00d7fed9956e82483f3190b05 (patch)
treea9e8830ea6a6063f83207e7b9b85afa3ad6d8a9e /offapi/com/sun/star/system
parent29e4496d9870c4ec165de78114947285fdd397a8 (diff)
added punctuation, modified grammar
Diffstat (limited to 'offapi/com/sun/star/system')
-rw-r--r--offapi/com/sun/star/system/XSimpleMailClient.idl22
1 files changed, 11 insertions, 11 deletions
diff --git a/offapi/com/sun/star/system/XSimpleMailClient.idl b/offapi/com/sun/star/system/XSimpleMailClient.idl
index c82558a75765..167b1c746edc 100644
--- a/offapi/com/sun/star/system/XSimpleMailClient.idl
+++ b/offapi/com/sun/star/system/XSimpleMailClient.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XSimpleMailClient.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: tra $ $Date: 2001-05-07 05:39:26 $
+ * last change: $Author: arellano $ $Date: 2001-07-17 15:40:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -87,7 +87,7 @@
module com { module sun { module star { module system {
//=============================================================================
-/** specifies an interface
+/** specifies an interface.
@author tra
@version 0.1
@@ -98,29 +98,29 @@ interface XSimpleMailClient: com::sun::star::uno::XInterface
//-------------------------------------------------------------------------
/**
@returns
- an object that implements the ::com::sun::star::system::XSimpleMailMessage interface
+ an object that implements the ::com::sun::star::system::XSimpleMailMessage interface.
*/
XSimpleMailMessage createSimpleMailMessage( );
//-------------------------------------------------------------------------
- /** Sends the given mail object
+ /** sends the given mail object.
@param xSimpleMailMessage
- specifies a configured mail object to be sent
+ specifies a configured mail object to be sent.
@param aFlag
specifies different flags that control the send process
- if the flag NO_USER_INTERFACE is specified a recipient
- address must have been specified for the given xMailMessage object
+ if the flag NO_USER_INTERFACE is specified. A recipient
+ address must have been specified for the given xMailMessage object.
@throws ::com::sun::star::lang::IllegalArgumentException
if invalid or excluding flags have been specified or if the
flag NO_USER_INTERFACE is specified and no recipient
- address has been specified for the given xMailMessage object
+ address has been specified for the given xMailMessage object.
@throws ::com::sun::star::uno::Exception
- if an error occurs while sending the mail, the Message
- member of the exception may contain an error description
+ if an error occurs while sending the mail. The Message
+ member of the exception may contain an error description.
@see ::com::sun::star::system::SimpleMailClientFlags
*/