summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/view
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-04-04 16:44:26 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-04-04 16:44:26 +0000
commitca00d3dcf740467f77338dbe477065b3efb5f92d (patch)
treef28e3e4e2d885a77196d54499f2fa41de90975f6 /offapi/com/sun/star/view
parent27562d98a4c594d98ccd9faa9d921d2ad59cb2c3 (diff)
INTEGRATION: CWS fwk01 (1.1.6.1.38); FILE MERGED
2003/03/19 17:42:06 mba 1.1.6.1.38.1: #108086#: cancelable PrintJobs
Diffstat (limited to 'offapi/com/sun/star/view')
-rw-r--r--offapi/com/sun/star/view/XPrintJob.idl6
1 files changed, 4 insertions, 2 deletions
diff --git a/offapi/com/sun/star/view/XPrintJob.idl b/offapi/com/sun/star/view/XPrintJob.idl
index 44ec81140..1560e552f 100644
--- a/offapi/com/sun/star/view/XPrintJob.idl
+++ b/offapi/com/sun/star/view/XPrintJob.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XPrintJob.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: hr $ $Date: 2003-03-26 13:58:19 $
+ * last change: $Author: hr $ $Date: 2003-04-04 17:44:26 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -100,6 +100,8 @@ interface XPrintJob : com::sun::star::uno::XInterface
/** returns the printed object used for the print job
*/
XPrintable getPrintable();
+
+ void cancelJob();
};
}; }; }; };