diff options
Diffstat (limited to 'vcl/source/gdi/print3.cxx')
-rw-r--r-- | vcl/source/gdi/print3.cxx | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/vcl/source/gdi/print3.cxx b/vcl/source/gdi/print3.cxx index ab7cef6d6d75..ac58a5c21fda 100644 --- a/vcl/source/gdi/print3.cxx +++ b/vcl/source/gdi/print3.cxx @@ -492,11 +492,12 @@ bool Printer::PreparePrintJob(std::shared_ptr<PrinterController> xController, xController->setValue( "LocalFileName", css::uno::makeAny( aFile ) ); } - else if( aDlg->isSingleJobs() ) - { - xController->setValue( "PrintCollateAsSingleJobs", - css::uno::makeAny( true ) ); - } + // FIXME: single jobs is not implemented yet. + // else if( aDlg->isSingleJobs() ) + // { + // xController->setValue( "PrintCollateAsSingleJobs", + // css::uno::makeAny( true ) ); + // } } catch (const std::bad_alloc&) { |