From 12b1e387447f678055ca468bb6476d110c6627fe Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Wed, 12 Dec 2007 13:55:58 +0000 Subject: 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 --- psprint/source/printer/cupsmgr.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'psprint') 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; -- cgit