diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2006-12-21 11:02:38 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2006-12-21 11:02:38 +0000 |
commit | 1131cb7be83238c3e9c0189fe89e142196f1e4ee (patch) | |
tree | ce4bf1c7b68f4c4286d94a5f4722223825fc701f /vcl/source/gdi/metric.cxx | |
parent | b9de18c4a2158c80a1ccab0c24c68f6c74240948 (diff) |
INTEGRATION: CWS vcl70 (1.18.104); FILE MERGED
2006/12/06 14:43:29 hdu 1.18.104.1: #i34639# FontCharMap gets UCS4 support
Diffstat (limited to 'vcl/source/gdi/metric.cxx')
-rw-r--r-- | vcl/source/gdi/metric.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/source/gdi/metric.cxx b/vcl/source/gdi/metric.cxx index cba103124347..c61758e5983b 100644 --- a/vcl/source/gdi/metric.cxx +++ b/vcl/source/gdi/metric.cxx @@ -4,9 +4,9 @@ * * $RCSfile: metric.cxx,v $ * - * $Revision: 1.18 $ + * $Revision: 1.19 $ * - * last change: $Author: obo $ $Date: 2006-09-17 12:05:36 $ + * last change: $Author: ihi $ $Date: 2006-12-21 12:02:38 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -590,7 +590,7 @@ bool ParseCMAP( const unsigned char* pCmap, int nLength, CmapResult& rResult ) sal_uInt32 cMaxChar = GetUInt( pGroup + 4 ); int nGlyphId = GetUInt( pGroup + 8 ); pGroup += 12; -#if 1 // TODO: remove unicode baseplane clipping for UCS-4 support +#if 0 // TODO: remove unicode baseplane clipping for UCS-4 support if( cMinChar > 0xFFFF ) continue; if( cMaxChar > 0xFFFF ) |