https://issues.apache.org/ooo/show_bug.cgi?id=114817
Ariel Constenla-Haile <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |ACCEPTED CC| |[email protected] Assignee|[email protected] |[email protected] |g | Target Milestone|AOO 4.x |AOO 4.0 --- Comment #7 from Ariel Constenla-Haile <[email protected]> --- For the JOB_STARTED part: void IMPL_PrintListener_DataContainer::Notify( SfxBroadcaster& rBC, const SfxHint& rHint ) http://svn.apache.org/viewvc/openoffice/trunk/main/sfx2/source/doc/printhelper.cxx?revision=1413471&view=markup#l786 793 if ( pPrintHint->GetWhich() == com::sun::star::view::PrintableState_JOB_STARTED ) 794 { // ... 798 } 799 else if ( pPrintHint->GetWhich() != -2 ) // -2 : CancelPrintJob 800 { // notify listeners 810 } The if ... else ... makes that com::sun::star::view::PrintableState_JOB_STARTED is never notified. About JOB_COMPLETED, see the comment 3 from Philip Lohmann. @brizing: as everything got broken in 3.3, I'm not sure if reverting back to notify JOB_COMPLETED for 4.0, or leaving things as they are (fixing the JOB_STARTED bug). What do you think? -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.
