Changeset 222 for trunk/src/JobLoad.cxx

Show
Ignore:
Timestamp:
06/11/06 14:46:38 (2 years ago)
Author:
jordi
Message:

Added a new class named JobPrint? whose duty is to render the current document to PostScript? and print the resultant file. It already renders the requested pages (Note: the setUpPageRange is horrible) to PostScript?.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/JobLoad.cxx

    r200 r222  
    286286    job->getDocument ().notifyReload (); 
    287287    JOB_NOTIFIER_END(); 
    288      
    289     return FALSE; 
    290 } 
     288 
     289    return FALSE; 
     290}