summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2004-06-25 11:44:55 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2004-06-25 11:44:55 +0000
commit77dfb355b292d8eec7ed6257643bb09648c649bc (patch)
tree9b5a1a59c1fbcae422a4ae50b9b67fee142dc2dd
parent65ef5ccf9f04f336184e8ec8b13e433e051599cb (diff)
INTEGRATION: CWS mergebuild (1.12.14); FILE MERGED
2004/01/29 15:34:00 hjs 1.12.14.1: #i8252# chng. resmgr creation parameters from LanguageType to ::com::sun::star::lang::Locale
-rw-r--r--basctl/source/basicide/iderdll.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/basctl/source/basicide/iderdll.cxx b/basctl/source/basicide/iderdll.cxx
index 0d767b57d374..e77c4f6cc798 100644
--- a/basctl/source/basicide/iderdll.cxx
+++ b/basctl/source/basicide/iderdll.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: iderdll.cxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: rt $ $Date: 2003-09-19 08:30:00 $
+ * last change: $Author: hjs $ $Date: 2004-06-25 12:44:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -143,7 +143,7 @@ void BasicIDEDLL::Init()
ByteString aResMgrName( "basctl" );
aResMgrName += ByteString::CreateFromInt32( SOLARUPD );
ResMgr* pMgr = ResMgr::CreateResMgr(
- aResMgrName.GetBuffer(), Application::GetSettings().GetUILanguage() );
+ aResMgrName.GetBuffer(), Application::GetSettings().GetUILocale() );
BASIC_MOD() = new BasicIDEModule( pMgr, &BasicDocShell::Factory() );