summaryrefslogtreecommitdiff
path: root/vcl/source/glyphs/gcach_ftyp.cxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-11-26 14:13:41 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-11-26 14:13:41 +0000
commit45045f85de37f65729493c0774335f38f27faa40 (patch)
treee6c5b5db39bceb26199daf94bb7e2f9692cf769c /vcl/source/glyphs/gcach_ftyp.cxx
parentfef6bff03b8330255b7eacff978601d17d286b5e (diff)
INTEGRATION: CWS vcl83 (1.145.56); FILE MERGED
2007/10/16 14:35:37 pl 1.145.56.2: RESYNC: (1.145-1.146); FILE MERGED 2007/10/16 12:32:40 hdu 1.145.56.1: #i82612# fix regression for fonts that don't support FT's FT_ENCODING_UNICODE encoding
Diffstat (limited to 'vcl/source/glyphs/gcach_ftyp.cxx')
-rw-r--r--vcl/source/glyphs/gcach_ftyp.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/vcl/source/glyphs/gcach_ftyp.cxx b/vcl/source/glyphs/gcach_ftyp.cxx
index 898dd583a9b4..2e556e3f0c03 100644
--- a/vcl/source/glyphs/gcach_ftyp.cxx
+++ b/vcl/source/glyphs/gcach_ftyp.cxx
@@ -749,9 +749,6 @@ FreetypeServerFont::FreetypeServerFont( const ImplFontSelectData& rFSD, FtFontIn
#endif
}
rc = FT_Select_Charmap( maFaceFT, eEncoding );
- if( rc != FT_Err_Ok )
- return;
-
// no standard encoding applies => we need an encoding converter
if( rc != FT_Err_Ok )
{