[Libreoffice-commits] core.git: vcl/unx

Juergen Funk juergen.funk_ml at cib.de
Fri May 29 07:04:47 PDT 2015


 vcl/unx/generic/printer/cupsmgr.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 1950ad547462fface018aafe7b65d5ceb445648a
Author: Juergen Funk <juergen.funk_ml at cib.de>
Date:   Fri May 29 15:22:04 2015 +0200

    tdf#91720 -after MailMerge print, plain std print is not possible
    
    Reset the batchmode variable, after the batch print job
    Related: 138d29aa09417eba4d15ade4c9f4dab2620b6326
    
    Change-Id: I6d8861e53ba6245019213d88d83603bfe932f010

diff --git a/vcl/unx/generic/printer/cupsmgr.cxx b/vcl/unx/generic/printer/cupsmgr.cxx
index d51f752..20a27c2 100644
--- a/vcl/unx/generic/printer/cupsmgr.cxx
+++ b/vcl/unx/generic/printer/cupsmgr.cxx
@@ -663,6 +663,7 @@ bool CUPSManager::supportsBatchPrint() const
 bool CUPSManager::flushBatchPrint()
 {
     osl::MutexGuard aGuard( m_aCUPSMutex );
+    batchMode = false;                 // reset the batch print mode
     return processPendingJobs();
 }
 


More information about the Libreoffice-commits mailing list