To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=44695
------- Additional comments from [EMAIL PROTECTED] Mon Mar 14 08:40:39 -0800 2005 ------- cd->sragavan: I looked over you changes in the sfx2 code part and I am sorry, but I don't know why you want to exchange AbortJob with SetErrorHdl. May be AbortJob leads to another call of PrintErrorNotify? Please tell me more about your fix. /src680-m79.bak/sfx2/source/view/prnmon.cxx IMPL_LINK_INLINE_START( SfxPrintProgress, PrintErrorNotify, void *, pvoid ) { if ( pImp->pMonitor ) pImp->pMonitor->Hide(); - pImp->pPrinter->AbortJob(); + pImp->pPrinter->SetErrorHdl( Link() ); InfoBox( pImp->GetViewShell()->GetWindow(), String( SfxResId(STR_ERROR_PRINT) ) ).Execute(); if ( pImp->bRestoreFlag && pImp->pViewShell->GetObjectShell()->IsEnableSetModified() != pImp->bOldFlag ) ... --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]