diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-03 15:44:31 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-03 15:44:31 +0000 |
commit | 1bc89c1829e37354b8197effb7f1c291eb9049e2 (patch) | |
tree | 1c9e4e41d0ff8e14af013ffdac1e875037f87558 /vcl | |
parent | de477033048f580c156559c8446f760d0094a34f (diff) |
INTEGRATION: CWS vcl16 (1.21.2); FILE MERGED
2003/11/12 16:12:37 pl 1.21.2.2: RESYNC: (1.21-1.22); FILE MERGED
2003/11/12 11:08:48 hdu 1.21.2.1: #i22367# added Takamichi Nara's patch to add GetDefaultFont() debug messages
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/gdi/fontcfg.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/source/gdi/fontcfg.cxx b/vcl/source/gdi/fontcfg.cxx index fa6ec9b9564e..ff4738e2458f 100644 --- a/vcl/source/gdi/fontcfg.cxx +++ b/vcl/source/gdi/fontcfg.cxx @@ -2,9 +2,9 @@ * * $RCSfile: fontcfg.cxx,v $ * - * $Revision: 1.23 $ + * $Revision: 1.24 $ * - * last change: $Author: vg $ $Date: 2004-01-06 13:36:29 $ + * last change: $Author: hr $ $Date: 2004-02-03 16:44:31 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -282,7 +282,7 @@ void DefaultFontConfigItem::getValues() { #if OSL_DEBUG_LEVEL > 1 fprintf( stderr, "found localized default font data for \"%s\"\n", - OUStringToOString( aNames.getConstArray()[j], RTL_TEXTENCODING_ASCII_US ).getStr() + OUStringToOString( aNames.getConstArray()[j], osl_getThreadTextEncoding() ).getStr() ); #endif String aKeyName( aNames.getConstArray()[j] ); |