summaryrefslogtreecommitdiff
path: root/psprint
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-03-18 16:47:17 +0000
committerKurt Zenker <kz@openoffice.org>2005-03-18 16:47:17 +0000
commite5e29a7c17e4ba484f41a0fc2c53dc6e6dba6d68 (patch)
treece6ef62ab23154e5dfc303e86a8efabeac1042ec /psprint
parent239d220d4a4f7feb64a03f01d8a91f3e867e8371 (diff)
INTEGRATION: CWS vcl36 (1.27.10); FILE MERGED
2005/02/09 16:19:06 pl 1.27.10.1: #i41583# set cups options on cupsPrintFile
Diffstat (limited to 'psprint')
-rw-r--r--psprint/source/printer/printerinfomanager.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/psprint/source/printer/printerinfomanager.cxx b/psprint/source/printer/printerinfomanager.cxx
index dae7a6f622e0..5ef7f13836c3 100644
--- a/psprint/source/printer/printerinfomanager.cxx
+++ b/psprint/source/printer/printerinfomanager.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: printerinfomanager.cxx,v $
*
- * $Revision: 1.27 $
+ * $Revision: 1.28 $
*
- * last change: $Author: hr $ $Date: 2004-11-09 16:38:07 $
+ * last change: $Author: kz $ $Date: 2005-03-18 17:47:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1238,7 +1238,7 @@ FILE* PrinterInfoManager::startSpool( const OUString& rPrintername )
return popen (aShellCommand.getStr(), "w");
}
-int PrinterInfoManager::endSpool( const OUString& rPrintername, const OUString& rJobTitle, FILE* pFile )
+int PrinterInfoManager::endSpool( const OUString& rPrintername, const OUString& rJobTitle, FILE* pFile, const JobData& rDocumentJobData )
{
pclose( pFile );
return 0; // job id ?