summaryrefslogtreecommitdiff
path: root/psprint
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-12-12 13:55:58 +0000
committerKurt Zenker <kz@openoffice.org>2007-12-12 13:55:58 +0000
commit12b1e387447f678055ca468bb6476d110c6627fe (patch)
tree0db9a87849906ed255b65ea0b55f3463f33ff182 /psprint
parent0930391a2b78e2aa2e542dc1dc047635f651c46b (diff)
INTEGRATION: CWS kprinter (1.23.30); FILE MERGED
2007/11/12 13:27:30 pl 1.23.30.1: #i83505# implement external print dialog on a queue
Diffstat (limited to 'psprint')
-rw-r--r--psprint/source/printer/cupsmgr.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/psprint/source/printer/cupsmgr.cxx b/psprint/source/printer/cupsmgr.cxx
index 074ae8838747..6a1135b36b94 100644
--- a/psprint/source/printer/cupsmgr.cxx
+++ b/psprint/source/printer/cupsmgr.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: cupsmgr.cxx,v $
*
- * $Revision: 1.24 $
+ * $Revision: 1.25 $
*
- * last change: $Author: ihi $ $Date: 2007-11-26 15:07:10 $
+ * last change: $Author: kz $ $Date: 2007-12-12 14:55:58 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -782,10 +782,10 @@ void CUPSManager::setupJobContextData(
#endif
}
-FILE* CUPSManager::startSpool( const OUString& rPrintername )
+FILE* CUPSManager::startSpool( const OUString& rPrintername, bool bQuickCommand )
{
if( m_aCUPSDestMap.find( rPrintername ) == m_aCUPSDestMap.end() )
- return PrinterInfoManager::startSpool( rPrintername );
+ return PrinterInfoManager::startSpool( rPrintername, bQuickCommand );
#ifdef ENABLE_CUPS
OUString aTmpURL, aTmpFile;