Kaydet (Commit) 1950ad54 authored tarafından Juergen Funk's avatar Juergen Funk Kaydeden (comit) Thorsten Behrens

tdf#91720 -after MailMerge print, plain std print is not possible

Reset the batchmode variable, after the batch print job
Related: 138d29aa

Change-Id: I6d8861e53ba6245019213d88d83603bfe932f010
üst da79caf3
......@@ -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();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment