summaryrefslogtreecommitdiff
path: root/dtrans/source/win32/dtobj/FetcList.cxx
diff options
context:
space:
mode:
authorTino Rachui <tra@openoffice.org>2001-03-22 13:16:09 +0000
committerTino Rachui <tra@openoffice.org>2001-03-22 13:16:09 +0000
commit710e1bf0bf38efec224089cf93132e502353ed75 (patch)
treece0b26a4382790fb880d3db283a04d500434f373 /dtrans/source/win32/dtobj/FetcList.cxx
parent5fdd95a0641b94dac09b919bcfaa5ff49604163d (diff)
*** empty log message ***
Diffstat (limited to 'dtrans/source/win32/dtobj/FetcList.cxx')
-rw-r--r--dtrans/source/win32/dtobj/FetcList.cxx9
1 files changed, 5 insertions, 4 deletions
diff --git a/dtrans/source/win32/dtobj/FetcList.cxx b/dtrans/source/win32/dtobj/FetcList.cxx
index c8720ac47e9f..720ed816941f 100644
--- a/dtrans/source/win32/dtobj/FetcList.cxx
+++ b/dtrans/source/win32/dtobj/FetcList.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: FetcList.cxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: tra $ $Date: 2001-03-20 13:39:33 $
+ * last change: $Author: tra $ $Date: 2001-03-22 14:15:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -110,8 +110,8 @@ using namespace std;
//
//------------------------------------------------------------------------
-LCID CFormatRegistrar::m_TxtLocale = 0;
-sal_uInt32 CFormatRegistrar::m_TxtCodePage = GetACP( );
+LCID CFormatRegistrar::m_TxtLocale = 0;
+sal_uInt32 CFormatRegistrar::m_TxtCodePage = GetACP( );
//------------------------------------------------------------------------
//
@@ -510,6 +510,7 @@ sal_Bool SAL_CALL CFormatRegistrar::isLocaleAnsiCodePage( LCID lcid, sal_uInt32
BOOL CALLBACK CFormatRegistrar::EnumLocalesProc( LPSTR lpLocaleStr )
{
+ // the lpLocaleStr parametere is hexadecimal
LCID lcid = strtol( lpLocaleStr, NULL, 16 );
if ( isLocaleAnsiCodePage( lcid, CFormatRegistrar::m_TxtCodePage ) ||