summaryrefslogtreecommitdiff
path: root/psprint
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-11-26 15:07:00 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-11-26 15:07:00 +0000
commitd45cc1183cc5b7982ffb7da8075cbe3544a98be0 (patch)
tree5eb5797bb08f60c24efd3e15b863159c8baeaf96 /psprint
parent3888bcdc9d76674d13b4b6dc726c1cf760089eee (diff)
INTEGRATION: CWS vcl29 (1.51.18); FILE MERGED
2004/10/28 10:54:48 pl 1.51.18.2: RESYNC: (1.51-1.52); FILE MERGED 2004/10/15 08:56:57 pl 1.51.18.1: #i27368# add: he in Solaris font avoid code
Diffstat (limited to 'psprint')
-rw-r--r--psprint/source/fontmanager/fontmanager.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/psprint/source/fontmanager/fontmanager.cxx b/psprint/source/fontmanager/fontmanager.cxx
index c71bf043a40a..1e5fafe3def4 100644
--- a/psprint/source/fontmanager/fontmanager.cxx
+++ b/psprint/source/fontmanager/fontmanager.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fontmanager.cxx,v $
*
- * $Revision: 1.52 $
+ * $Revision: 1.53 $
*
- * last change: $Author: hr $ $Date: 2004-10-13 08:22:36 $
+ * last change: $Author: hr $ $Date: 2004-11-26 16:07:00 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -2172,7 +2172,7 @@ void PrintFontManager::initialize( void* pInitDisplay )
normPath( aNLine );
aLine = aNLine;
// try to avoid bad fonts in some cases
- static bool bAvoid = (strncasecmp( lang, "ar", 2 ) == 0) || (strncasecmp( lang, "iw", 2 ) == 0) || (strncasecmp( lang, "hi", 2 ) == 0);
+ static bool bAvoid = (strncasecmp( lang, "ar", 2 ) == 0) || (strncasecmp( lang, "he", 2 ) == 0) || strncasecmp( lang, "iw", 2 ) == 0 || (strncasecmp( lang, "hi", 2 ) == 0);
if( bAvoid && aLine.Search( "iso_8859" ) != STRING_NOTFOUND )
continue;
m_aFontDirectories.push_back( aLine );