summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-02-19 00:22:30 +0100
committerThomas Arnhold <thomas@arnhold.org>2012-02-19 01:34:05 +0100
commit7ad3c6caae954a121985a142b35cf0b96fbf0b53 (patch)
tree0d4b27cb367ad2db8d5226de4935f3cff908862b /sal
parent7e116943f1578a614b14132b02e89771240f4259 (diff)
WaE: do this right...
Diffstat (limited to 'sal')
-rw-r--r--sal/osl/w32/nlsupport.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/sal/osl/w32/nlsupport.c b/sal/osl/w32/nlsupport.c
index c97440927c0d..9a4ec7da27df 100644
--- a/sal/osl/w32/nlsupport.c
+++ b/sal/osl/w32/nlsupport.c
@@ -51,14 +51,14 @@ 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
-/*****************************************************************************/
+ *****************************************************************************/
BOOL CALLBACK EnumLocalesProcA( LPSTR lpLocaleStringA )
{
@@ -123,9 +123,9 @@ BOOL CALLBACK EnumLocalesProcA( LPSTR lpLocaleStringA )
}
-/*****************************************************************************/
+/*****************************************************************************
* GetTextEncodingFromLCID
-/*****************************************************************************/
+ *****************************************************************************/
rtl_TextEncoding GetTextEncodingFromLCID( LCID localeId )
{
@@ -155,9 +155,9 @@ rtl_TextEncoding GetTextEncodingFromLCID( LCID localeId )
}
-/*****************************************************************************/
+/*****************************************************************************
* osl_getTextEncodingFromLocale
-/*****************************************************************************/
+ *****************************************************************************/
rtl_TextEncoding SAL_CALL osl_getTextEncodingFromLocale( rtl_Locale * pLocale )
{
@@ -202,9 +202,9 @@ rtl_TextEncoding SAL_CALL osl_getTextEncodingFromLocale( rtl_Locale * pLocale )
return RTL_TEXTENCODING_DONTKNOW;
}
-/*****************************************************************************/
+/*****************************************************************************
* imp_getProcessLocale
-/*****************************************************************************/
+ *****************************************************************************/
void _imp_getProcessLocale( rtl_Locale ** ppLocale )
{