summaryrefslogtreecommitdiff
path: root/rsc/source/parser/rscinit.cxx
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2004-06-26 19:25:37 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2004-06-26 19:25:37 +0000
commit6255002329a76ff0d0a6be140bebaf4f432ba78d (patch)
treef4251b38599c09a0d2065495009512a6423f3c15 /rsc/source/parser/rscinit.cxx
parent1739d9e16d7c4e9e87639f0d211489443b2c7ded (diff)
INTEGRATION: CWS mergebuild (1.7.52); FILE MERGED
2004/05/30 13:37:24 hjs 1.7.52.3: RESYNC: (1.8-1.9); FILE MERGED 2004/04/20 19:12:11 hjs 1.7.52.2: RESYNC: (1.7-1.8); FILE MERGED 2004/01/21 14:57:44 pl 1.7.52.1: #110286# fallback resources, move to iso codes
Diffstat (limited to 'rsc/source/parser/rscinit.cxx')
-rw-r--r--rsc/source/parser/rscinit.cxx10
1 files changed, 4 insertions, 6 deletions
diff --git a/rsc/source/parser/rscinit.cxx b/rsc/source/parser/rscinit.cxx
index c65683ca88f5..d2783bbf0b45 100644
--- a/rsc/source/parser/rscinit.cxx
+++ b/rsc/source/parser/rscinit.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: rscinit.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: rt $ $Date: 2004-05-21 14:00:03 $
+ * last change: $Author: hjs $ $Date: 2004-06-26 20:25:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -688,8 +688,7 @@ void RscTypCont::Init()
pRoot->Insert( pClassKeyCode );
{
pLangClassKeyCode = new RscClassArray( pHS->Insert( "LangKeyCode" ),
- RSC_KEYCODE, pClassKeyCode, &aLangType,
- &nLangTypeId, &nDfltLangTypeId );
+ RSC_KEYCODE, pClassKeyCode, &aLangType );
aBaseLst.Insert( pLangClassKeyCode );
}
@@ -820,8 +819,7 @@ void RscTypCont::Init()
}
{
pLangClassI12 = new RscClassArray( pHS->Insert( "LangInternational" ),
- RSC_INTERNATIONAL, pClassI12, &aLangType,
- &nLangTypeId, &nDfltLangTypeId );
+ RSC_INTERNATIONAL, pClassI12, &aLangType );
aBaseLst.Insert( pLangClassI12 );
}