diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-03-18 16:46:36 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-03-18 16:46:36 +0000 |
commit | d0b7a0812dd7c91d5fac38cbea79856b4b4dfac2 (patch) | |
tree | 699fcdaf11b384f0b9fd8a42ce79ecfcd4224950 /psprint | |
parent | e883d1a1ab1f4b8769367407d4b26693942ed1ca (diff) |
INTEGRATION: CWS vcl36 (1.9.10); FILE MERGED
2005/02/09 16:19:05 pl 1.9.10.1: #i41583# set cups options on cupsPrintFile
Diffstat (limited to 'psprint')
-rw-r--r-- | psprint/inc/psprint/printerinfomanager.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/psprint/inc/psprint/printerinfomanager.hxx b/psprint/inc/psprint/printerinfomanager.hxx index d43581980d76..40015b7b4e36 100644 --- a/psprint/inc/psprint/printerinfomanager.hxx +++ b/psprint/inc/psprint/printerinfomanager.hxx @@ -2,9 +2,9 @@ * * $RCSfile: printerinfomanager.hxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: hr $ $Date: 2004-11-09 16:37:13 $ + * last change: $Author: kz $ $Date: 2005-03-18 17:46:36 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -270,7 +270,7 @@ public: virtual FILE* startSpool( const rtl::OUString& rPrinterName ); // close the FILE* returned by startSpool and does the actual spooling // returns a numerical job id - virtual int endSpool( const rtl::OUString& rPrinterName, const rtl::OUString& rJobTitle, FILE* pFile ); + virtual int endSpool( const rtl::OUString& rPrinterName, const rtl::OUString& rJobTitle, FILE* pFile, const JobData& rDocumentJobData ); // for spadmin: whether adding or removing a printer is possible virtual bool addOrRemovePossible() const; |