summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-09-13 15:31:17 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-09-13 15:31:17 +0000
commit74ad6516379a2936a371ccc045f2f0858bc35c49 (patch)
tree0f3bd1ad20a603f6bd72ee3d4edb2025812bb66e
parent171963e38bd8dccb89ba3e016b3889802c327052 (diff)
INTEGRATION: CWS aquavclcarbonfixes (1.7.66); FILE MERGED
2007/09/05 08:58:40 pl 1.7.66.1: fix a typo
-rw-r--r--vcl/aqua/source/gdi/salatsuifontutils.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/aqua/source/gdi/salatsuifontutils.cxx b/vcl/aqua/source/gdi/salatsuifontutils.cxx
index 1a53747d0f39..6b4b1813491b 100644
--- a/vcl/aqua/source/gdi/salatsuifontutils.cxx
+++ b/vcl/aqua/source/gdi/salatsuifontutils.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: salatsuifontutils.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: rt $ $Date: 2007-07-05 08:25:11 $
+ * last change: $Author: ihi $ $Date: 2007-09-13 16:31:17 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -169,7 +169,7 @@ static bool GetDevFontAttributes( ATSUFontID nFontID, ImplDevFontAttributes& rDF
continue;
// heuristic to find the most common font name
- int nNameValue = (eFontNameLanguage==0x403) ? 0 : -1; // prefer English
+ int nNameValue = (eFontNameLanguage==0x409) ? 0 : -1; // prefer English
const int nPlatformEncoding = ((int)eFontNamePlatform << 8) + (int)eFontNameScript;
switch( nPlatformEncoding )
{