diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-12-12 13:55:04 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-12-12 13:55:04 +0000 |
commit | 9557bd62d6c52c3a2e87185d4e0dad25ceb6a38b (patch) | |
tree | 6a7920ce25c85f1655b35f73eb3ae1ed2ad2232f /psprint | |
parent | d9deb5efed76468aedc99279375aad409cf126b3 (diff) |
INTEGRATION: CWS kprinter (1.9.100); FILE MERGED
2007/11/12 13:27:30 pl 1.9.100.1: #i83505# implement external print dialog on a queue
Diffstat (limited to 'psprint')
-rw-r--r-- | psprint/inc/cupsmgr.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/psprint/inc/cupsmgr.hxx b/psprint/inc/cupsmgr.hxx index 2cd08ad2e59b..905e45349e7d 100644 --- a/psprint/inc/cupsmgr.hxx +++ b/psprint/inc/cupsmgr.hxx @@ -4,9 +4,9 @@ * * $RCSfile: cupsmgr.hxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: obo $ $Date: 2006-07-10 16:29:13 $ + * last change: $Author: kz $ $Date: 2007-12-12 14:55:04 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -91,7 +91,7 @@ public: const char* authenticateUser( const char* ); - virtual FILE* startSpool( const rtl::OUString& rPrinterName ); + virtual FILE* startSpool( const rtl::OUString& rPrinterName, bool bQuickCommand ); virtual int endSpool( const rtl::OUString& rPrinterName, const rtl::OUString& rJobTitle, FILE* pFile, const JobData& rDocumentJobData ); virtual void setupJobContextData( JobData& rData ); |