From 77dfb355b292d8eec7ed6257643bb09648c649bc Mon Sep 17 00:00:00 2001 From: Hans-Joachim Lankenau Date: Fri, 25 Jun 2004 11:44:55 +0000 Subject: 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 --- basctl/source/basicide/iderdll.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'basctl/source/basicide/iderdll.cxx') 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() ); -- cgit v1.2.1