From b94366896f7c73bcd1fb04b6ca173bdb62005274 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Sat, 18 Feb 2012 19:54:21 +0100 Subject: WaE: /* inside comment --- sal/osl/w32/nlsupport.c | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'sal/osl/w32') 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 ) -- cgit