summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-01-21 12:39:35 +0000
committerKurt Zenker <kz@openoffice.org>2005-01-21 12:39:35 +0000
commit210bdd4231ae4c9e91cb52f2fa71ba7b480e816d (patch)
treeb9bd4ab297f0e487fcf8ccd7c3a0d6e546c8f8c5 /vcl
parent29c94e1dd0ccd871343dafaccdde554dfccb6604 (diff)
INTEGRATION: CWS vcl33 (1.63.4); FILE MERGED
2004/12/17 11:30:58 hdu 1.63.4.1: #i38370# no boost for matching encoding when WinW API is available
Diffstat (limited to 'vcl')
-rw-r--r--vcl/win/source/gdi/salgdi3.cxx10
1 files changed, 2 insertions, 8 deletions
diff --git a/vcl/win/source/gdi/salgdi3.cxx b/vcl/win/source/gdi/salgdi3.cxx
index 95714a571d61..d41644b8eca8 100644
--- a/vcl/win/source/gdi/salgdi3.cxx
+++ b/vcl/win/source/gdi/salgdi3.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: salgdi3.cxx,v $
*
- * $Revision: 1.63 $
+ * $Revision: 1.64 $
*
- * last change: $Author: hr $ $Date: 2004-11-26 16:15:44 $
+ * last change: $Author: kz $ $Date: 2005-01-21 13:39:35 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1721,12 +1721,6 @@ int CALLBACK SalEnumFontsProcExW( const ENUMLOGFONTEXW* pLogFont,
ImplFontData* pData = ImplLogMetricToDevFontDataW( pLogFont, &(pMetric->ntmTm), nFontType );
- // prefer the system character set, so that we get as much as
- // possible important characters. In the other case we could only
- // display a limited set of characters (#87309#)
- if ( pInfo->mnPreferedCharSet == pLogFont->elfLogFont.lfCharSet )
- pData->mnQuality += 100;
-
// knowing Courier to be scalable is nice
if( pInfo->mbCourier )
pInfo->mbImplSalCourierScalable |= pData->IsScalable();