Kaydet (Commit) ec232af6 authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS tl33 (1.39.82); FILE MERGED

2006/11/16 07:50:03 fme 1.39.82.1: #b6489831# Restore printer options after printing
üst 564a6c9a
......@@ -4,9 +4,9 @@
*
* $RCSfile: vprint.cxx,v $
*
* $Revision: 1.39 $
* $Revision: 1.40 $
*
* last change: $Author: obo $ $Date: 2006-09-16 22:03:43 $
* last change: $Author: vg $ $Date: 2006-11-22 11:24:38 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -1064,10 +1064,11 @@ BOOL ViewShell::Prt( SwPrtOptions& rOptions, SfxProgress* pProgress,
if( !rOptions.GetJobName().Len() && !pPrt->IsJobActive() )
return bStartJob;
// Einstellungen am Drucker merken
SwPrtOptSave aPrtSave( pPrt );
}
// Einstellungen am Drucker merken
SwPrtOptSave aPrtSave( pPrt );
OutputDevice *pPrtOrPDFOut = pPDFOut ? pPDFOut : (OutputDevice *) pPrt;
// eine neue Shell fuer den Printer erzeugen
......
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