diff options
-rw-r--r-- | vcl/unx/generic/printer/cupsmgr.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/unx/generic/printer/cupsmgr.cxx b/vcl/unx/generic/printer/cupsmgr.cxx index d51f752463df..20a27c2403af 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(); } |