summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/view/PrintableState.idl
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2001-11-15 16:45:25 +0000
committerMichael Hönnig <mi@openoffice.org>2001-11-15 16:45:25 +0000
commit7bd35c2cc62e22ea36dacf8f76da493306e8887f (patch)
tree8cf50d2d29c5953308b18d466100b1e6406decbc /offapi/com/sun/star/view/PrintableState.idl
parent43985a5ecddaca68e4fc24bf57ced3489c666d96 (diff)
proofreading and corrections from Richard Holt
Diffstat (limited to 'offapi/com/sun/star/view/PrintableState.idl')
-rw-r--r--offapi/com/sun/star/view/PrintableState.idl10
1 files changed, 5 insertions, 5 deletions
diff --git a/offapi/com/sun/star/view/PrintableState.idl b/offapi/com/sun/star/view/PrintableState.idl
index 56c1d4c27fbe..758626d484bb 100644
--- a/offapi/com/sun/star/view/PrintableState.idl
+++ b/offapi/com/sun/star/view/PrintableState.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: PrintableState.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:45:34 $
+ * last change: $Author: mi $ $Date: 2001-11-15 17:43:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -71,13 +71,13 @@
/** specifies the print progress of an <type>XPrintable</type>
<p>printing consists of two abstract phases: collecting the raw
- data to send to the printer and the sending them (spooling).
+ data to send to the printer and then sending them (spooling).
<type>PrintableState</type> describes which phase is currently
progressing or has failed.</p>
*/
enum PrintableState
{
- /** printing (that is collecting the data to send to the printer) has begun
+ /** printing (that is, collecting the data to send to the printer) has begun
*/
JOB_STARTED,
/** printing has finished, spooling has begun
@@ -87,7 +87,7 @@ enum PrintableState
that can be considered as "success" for a print job.
*/
JOB_SPOOLED,
- /** printing was aborted (e.g. by the user) while either printing or spooling
+ /** printing was aborted (e.g., by the user) while either printing or spooling
*/
JOB_ABORTED,
/** printing ran into an error