Kaydet (Commit) 840f7506 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

fdo#83939: Check return value from pPDFWriter->Emit()

Change-Id: Id492b1b6b9d534276c155b1e46953d098ce8b969
üst 6dd2a085
......@@ -914,7 +914,7 @@ bool PDFExport::Export( const OUString& rFile, const Sequence< PropertyValue >&
if( bRet )
{
pPDFExtOutDevData->PlayGlobalActions( *pPDFWriter );
pPDFWriter->Emit();
bRet = pPDFWriter->Emit();
aErrors = pPDFWriter->GetErrors();
}
pOut->SetExtOutDevData( NULL );
......
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