diff options
author | Tino Rachui <tra@openoffice.org> | 2001-05-16 05:43:52 +0000 |
---|---|---|
committer | Tino Rachui <tra@openoffice.org> | 2001-05-16 05:43:52 +0000 |
commit | d7fd8d3539e0e3ed1d11fdbb8c330392bdcac6f7 (patch) | |
tree | a747777412d30c4a12e2c0043c99acf909bcebe2 /sal/osl/w32/nlsupport.c | |
parent | 2b80218a16e4e7a9ea04c33aa8b63cca82f7b033 (diff) |
*** empty log message ***
Diffstat (limited to 'sal/osl/w32/nlsupport.c')
-rw-r--r-- | sal/osl/w32/nlsupport.c | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/sal/osl/w32/nlsupport.c b/sal/osl/w32/nlsupport.c index 4f35fa359718..8c6ff8403e08 100644 --- a/sal/osl/w32/nlsupport.c +++ b/sal/osl/w32/nlsupport.c @@ -2,9 +2,9 @@ * * $RCSfile: nlsupport.c,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: tra $ $Date: 2001-05-15 12:10:14 $ + * last change: $Author: tra $ $Date: 2001-05-16 06:43:52 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -104,12 +104,14 @@ BOOL CALLBACK EnumLocalesProcA( LPSTR lpLocaleStringA ) if( NULL == params || '\0' == params->Language[0] ) return FALSE; - // get the ISO language code for this locale - // - // remeber: we call the GetLocaleInfoW function - // because the ansi version of this function returns - // an error under WinNT/2000 when called with an - // unicode only lcid + /* + get the ISO language code for this locale + + remeber: we call the GetLocaleInfoW function + because the ansi version of this function returns + an error under WinNT/2000 when called with an + unicode only lcid + */ if( GetLocaleInfo( localeId, LOCALE_SISO639LANGNAME , langCode, 4 ) ) { |