diff options
Diffstat (limited to 'editors/openoffice-4/files/patch-i127929')
-rw-r--r-- | editors/openoffice-4/files/patch-i127929 | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/editors/openoffice-4/files/patch-i127929 b/editors/openoffice-4/files/patch-i127929 deleted file mode 100644 index 176c483deeab..000000000000 --- a/editors/openoffice-4/files/patch-i127929 +++ /dev/null @@ -1,20 +0,0 @@ -Index: vcl/source/glyphs/gcach_ftyp.cxx -=================================================================== ---- vcl/source/glyphs/gcach_ftyp.cxx (revision 1846187) -+++ vcl/source/glyphs/gcach_ftyp.cxx (working copy) -@@ -1361,6 +1361,15 @@ - - FT_Glyph pGlyphFT; - rc = FT_Get_Glyph( maFaceFT->glyph, &pGlyphFT ); -+ if( rc != FT_Err_Ok ) -+ { -+ // we get here e.g. when a PS font lacks the default glyph -+ rGD.SetCharWidth( 0 ); -+ rGD.SetDelta( 0, 0 ); -+ rGD.SetOffset( 0, 0 ); -+ rGD.SetSize( Size( 0, 0 ) ); -+ return; -+ } - - ApplyGlyphTransform( nGlyphFlags, pGlyphFT, false ); - if( mbArtBold && pFTEmbolden && (nFTVERSION < 2200) ) // #i71094# workaround staircase bug |