summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/system
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
commit0c61ad2abb1bd3e18e5167bd26bdd5fd8f39f4db (patch)
tree3f71f997036eaad320fa53f572aee7b5f05817c5 /offapi/com/sun/star/system
parent2bb7393a750de9226df479abccb1f7e5d0ef6734 (diff)
added punctuation, modified grammar
Diffstat (limited to 'offapi/com/sun/star/system')
-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 a7836efbb..9a7d46900 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;
};