To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=73485
------- Additional comments from [EMAIL PROTECTED] Fri Jan 19 08:52:26 -0800 2007 ------- I had a typo in my original patch btw... -+ if (nGlyphIndex && (nGlyphIndex == mnZWNJ) || (nGlyphIndex == mnZWJ)) ++ if (nGlyphIndex && ((nGlyphIndex == mnZWNJ) || (nGlyphIndex == mnZWJ)) i.e. still allow the notdef glyph to be rendered if the font has one --------------------------------------------------------------------- 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]
