summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-07-01 13:48:49 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-07-01 13:48:49 +0000
commit4e7930d2bf8b588c859940c0a161f62db7aa51ce (patch)
tree21e489e75e987b5526d1d1171a41694f7ead7a9f /vcl
parent61c83296d26ffb6efad5d2ddc261fecdf19629d3 (diff)
INTEGRATION: CWS vcl14 (1.15.72); FILE MERGED
2003/06/25 13:25:42 hdu 1.15.72.1: #i15642# allow symbol unicode aliasing into ASCII range
Diffstat (limited to 'vcl')
-rw-r--r--vcl/unx/source/gdi/xlfd_extd.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/vcl/unx/source/gdi/xlfd_extd.cxx b/vcl/unx/source/gdi/xlfd_extd.cxx
index 429bbdaa75f1..b556222ab165 100644
--- a/vcl/unx/source/gdi/xlfd_extd.cxx
+++ b/vcl/unx/source/gdi/xlfd_extd.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xlfd_extd.cxx,v $
*
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: vg $ $Date: 2003-04-15 16:11:01 $
+ * last change: $Author: vg $ $Date: 2003-07-01 14:48:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -419,6 +419,7 @@ int ExtendedXlfd::GetFontCodeRanges( sal_uInt32* pCodePairs ) const
switch( mpEncodingInfo[i].mnEncoding )
{
case RTL_TEXTENCODING_SYMBOL: // postscript symbol encoding
+ *(pRange++) = 0x0020; *(pRange++) = 0x0100; // symbol aliasing
*(pRange++) = 0xF020; *(pRange++) = 0xF100;
break;
case RTL_TEXTENCODING_ISO_8859_15: