Kaydet (Commit) cb443d07 authored tarafından Daniel's avatar Daniel Kaydeden (comit) Daniel Silva

New Print Dialog Design

Change-Id: Ib92a16ccfab70b84ffea07970a694800ecc16d07
Reviewed-on: https://gerrit.libreoffice.org/55237Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarDaniel Silva <danielfaleirosilva@gmail.com>
üst 2c23a96f
This diff is collapsed.
...@@ -492,11 +492,12 @@ bool Printer::PreparePrintJob(std::shared_ptr<PrinterController> xController, ...@@ -492,11 +492,12 @@ bool Printer::PreparePrintJob(std::shared_ptr<PrinterController> xController,
xController->setValue( "LocalFileName", xController->setValue( "LocalFileName",
css::uno::makeAny( aFile ) ); css::uno::makeAny( aFile ) );
} }
else if( aDlg->isSingleJobs() ) // FIXME: single jobs is not implemented yet.
{ // else if( aDlg->isSingleJobs() )
xController->setValue( "PrintCollateAsSingleJobs", // {
css::uno::makeAny( true ) ); // xController->setValue( "PrintCollateAsSingleJobs",
} // css::uno::makeAny( true ) );
// }
} }
catch (const std::bad_alloc&) catch (const std::bad_alloc&)
{ {
......
This diff is collapsed.
This source diff could not be displayed because it is too large. You can view the blob instead.
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