summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorarellano <arellano@openoffice.org>2001-07-16 22:24:59 +0000
committerarellano <arellano@openoffice.org>2001-07-16 22:24:59 +0000
commitd6a4c0a266c04d1b608d69a652f105d59a6135ee (patch)
treea6252e98b4b34d231a9f4f4e61892d99f2bc6357
parent15329c2d4c287f031870f96f73ee4a949dd18381 (diff)
added punctuation, modified grammar
-rw-r--r--offapi/com/sun/star/system/SimpleMailClientFlags.idl20
1 files changed, 10 insertions, 10 deletions
diff --git a/offapi/com/sun/star/system/SimpleMailClientFlags.idl b/offapi/com/sun/star/system/SimpleMailClientFlags.idl
index 28ca71f2a5f4..19f46daed86f 100644
--- a/offapi/com/sun/star/system/SimpleMailClientFlags.idl
+++ b/offapi/com/sun/star/system/SimpleMailClientFlags.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: SimpleMailClientFlags.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-16 23:24:59 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -67,21 +67,21 @@ module com { module sun { module star { module system {
//=============================================================================
/** These constants are used to specify how the SimpleMailClient Service
- should behave
+ should behave.
*/
constants SimpleMailClientFlags
{
//---------------------------------------------------------------------
- /** Uses the default settings when sending a mail, e.g.
- launches the current configured system mail client
+ /** Uses the default settings when sending a mail, for example,
+ launches the current configured system mail client.
*/
const long DEFAULTS = 0;
//---------------------------------------------------------------------
- /** Does not show the current configured system mail client but sends
- the mail without any further user interaction
- if this flags is specified a recipient address must have been
+ /** Does not show the current configured system mail client, but sends
+ the mail without any further user interaction.
+ If this flag is specified, a recipient address must have been
specified for the given ::com::sun::star::system::XMail object
given to the sendMail method.
@@ -94,8 +94,8 @@ constants SimpleMailClientFlags
information if necessary.
When this flag is specified and the user needs to logon in order
to send the mail via the method sendMail of
- ::com::sun::star::system::XSimpleMailClient an Exception will
- be thrown
+ ::com::sun::star::system::XSimpleMailClient, an Exception will
+ be thrown.
*/
const long NO_LOGON_DIALOG = 2;
};