sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx |    3 ---
 1 file changed, 3 deletions(-)

New commits:
commit 46272803de9d72bcc81d8ea5c365f63b5a72ce8e
Author:     Michael Stahl <michael.st...@allotropia.de>
AuthorDate: Thu Jun 1 17:44:06 2023 +0200
Commit:     Michael Stahl <michael.st...@allotropia.de>
CommitDate: Thu Jun 1 17:44:18 2023 +0200

    sdext: fix hang in xpdfimport
    
    Change-Id: I625d877bd108bf6e3101209e56c9e086ae6150a2

diff --git a/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx 
b/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx
index 427a6c58109e..922bf064f571 100644
--- a/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx
+++ b/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx
@@ -828,9 +828,6 @@ void PDFOutDev::updateFont(GfxState *state)
                 aEsc.data() );
     }
     printf( "\n" );
-
-    if( nEmbedSize )
-        writeFontFile(gfxFont);
 }
 
 void PDFOutDev::updateRender(GfxState *state)

Reply via email to