gfx/src/xprint/nsXPrintContext.cpp - Revision 1.20

There were 1 changes made.
Legend
   Added lines
   Changed lines
   Removed lines

gfx/src/xprint/nsXPrintContext.cpp,1.20
.
Disk File
Skipping to line 264. 
         top, bottom, left, right));
.
         top, bottom, left, right));
 
.
 
  /* get destination printer (we need this when printing to file as
.
  /* get destination printer (we need this when printing to file as
   * the printer DDX in Xprt generates the data...) 
.
   * the printer DDX in Xprt generates the data...) 
   */
.
   */
  aSpec->GetPrinter(&buf);
.
  aSpec->GetPrinterName(&buf);
  
.
  
  /* Are we "printing" to a file instead to the print queue ? */
.
  /* Are we "printing" to a file instead to the print queue ? */
  if (!mIsAPrinter) 
.
  if (!mIsAPrinter) 
  {
.
  {
    /* ToDo: Guess a matching file extension of user did not set one - Xprint 
.
    /* ToDo: Guess a matching file extension of user did not set one - Xprint