diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-02-18 19:54:21 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-02-18 21:33:00 +0100 |
commit | b94366896f7c73bcd1fb04b6ca173bdb62005274 (patch) | |
tree | 210d8364b4e2714a24c744dfa0131f5167d49c79 /sal | |
parent | ad2eb0d742346b541464b4df7ac5f0a9acb28a4f (diff) |
WaE: /* inside comment
Diffstat (limited to 'sal')
-rw-r--r-- | sal/osl/w32/nlsupport.c | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/sal/osl/w32/nlsupport.c b/sal/osl/w32/nlsupport.c index ea2b33e8e30d..c97440927c0d 100644 --- a/sal/osl/w32/nlsupport.c +++ b/sal/osl/w32/nlsupport.c @@ -52,12 +52,12 @@ struct EnumLocalesParams static DWORD g_dwTLSLocaleEncId = (DWORD) -1; /*****************************************************************************/ -/* callback function test -/* -/* osl_getTextEncodingFromLocale calls EnumSystemLocalesA, so that we don't -/* need to provide a unicode wrapper for this function under Win9x -/* that means the callback function has an ansi prototype and receives -/* the locale strings as ansi strings + * callback function test + * + * osl_getTextEncodingFromLocale calls EnumSystemLocalesA, so that we don't + * need to provide a unicode wrapper for this function under Win9x + * that means the callback function has an ansi prototype and receives + * the locale strings as ansi strings /*****************************************************************************/ BOOL CALLBACK EnumLocalesProcA( LPSTR lpLocaleStringA ) @@ -124,7 +124,7 @@ BOOL CALLBACK EnumLocalesProcA( LPSTR lpLocaleStringA ) /*****************************************************************************/ -/* GetTextEncodingFromLCID + * GetTextEncodingFromLCID /*****************************************************************************/ rtl_TextEncoding GetTextEncodingFromLCID( LCID localeId ) @@ -156,7 +156,7 @@ rtl_TextEncoding GetTextEncodingFromLCID( LCID localeId ) /*****************************************************************************/ -/* osl_getTextEncodingFromLocale + * osl_getTextEncodingFromLocale /*****************************************************************************/ rtl_TextEncoding SAL_CALL osl_getTextEncodingFromLocale( rtl_Locale * pLocale ) @@ -203,7 +203,7 @@ rtl_TextEncoding SAL_CALL osl_getTextEncodingFromLocale( rtl_Locale * pLocale ) } /*****************************************************************************/ -/* imp_getProcessLocale + * imp_getProcessLocale /*****************************************************************************/ void _imp_getProcessLocale( rtl_Locale ** ppLocale ) |