FreeBSD Bugzilla – Attachment 199448 Details for
Bug 233404
editors/openoffice-4: Fix crash in Impress when selecting Master Pages
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch applied upstream to development branch. The file is ready to be copied into the "files" directory
openoffice.patch (text/plain), 749 bytes, created by
Arrigo Marchiori
on 2018-11-22 13:02:27 UTC
(
hide
)
Description:
Patch applied upstream to development branch. The file is ready to be copied into the "files" directory
Filename:
MIME Type:
Creator:
Arrigo Marchiori
Created:
2018-11-22 13:02:27 UTC
Size:
749 bytes
patch
obsolete
>Index: main/vcl/source/glyphs/gcach_ftyp.cxx >=================================================================== >--- main/vcl/source/glyphs/gcach_ftyp.cxx (revision 1846187) >+++ main/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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 233404
: 199448