summaryrefslogtreecommitdiff
path: root/tools/source
diff options
context:
space:
mode:
authorDirk Völzke <dv@openoffice.org>2002-11-28 10:07:04 +0000
committerDirk Völzke <dv@openoffice.org>2002-11-28 10:07:04 +0000
commit4fb1e2b7508b439b0d40034ee43a1b475ea654c0 (patch)
tree896b97fb186a09ac077da77af812ddd7e3ef93b6 /tools/source
parentb99bebcb17da6ce06874b864edf347953ff879b1 (diff)
#105701# swapped language codes for hindi and thai
Diffstat (limited to 'tools/source')
-rw-r--r--tools/source/rc/resmgr.cxx11
1 files changed, 6 insertions, 5 deletions
diff --git a/tools/source/rc/resmgr.cxx b/tools/source/rc/resmgr.cxx
index 1c86b40aca65..411a52682021 100644
--- a/tools/source/rc/resmgr.cxx
+++ b/tools/source/rc/resmgr.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: resmgr.cxx,v $
*
- * $Revision: 1.19 $
+ * $Revision: 1.20 $
*
- * last change: $Author: nf $ $Date: 2002-11-18 11:42:35 $
+ * last change: $Author: dv $ $Date: 2002-11-28 11:07:04 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1206,9 +1206,9 @@ const char* ResMgr::GetLang( LanguageType& nType, USHORT nPrio )
case LANGUAGE_KOREAN_JOHAB:
return "82";
case LANGUAGE_THAI:
- return "66";
- case LANGUAGE_HINDI:
return "91";
+ case LANGUAGE_HINDI:
+ return "66";
case LANGUAGE_ARABIC:
case LANGUAGE_ARABIC_IRAQ:
@@ -1347,7 +1347,8 @@ ResMgr* ResMgr::SearchCreateResMgr(
LANGUAGE_GREEK,
LANGUAGE_KOREAN,
LANGUAGE_KOREAN_JOHAB,
- LANGUAGE_THAI
+ LANGUAGE_THAI,
+ LANGUAGE_HINDI
};
for( size_t i = 0; i < sizeof( aLanguages )/sizeof( aLanguages[0] ); i++ )