From 72e0e33526c828ed1fc4516145f602f761b1f5b9 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Mon, 25 Feb 2008 14:56:59 +0000 Subject: INTEGRATION: CWS supdremove02 (1.23.70); FILE MERGED 2008/01/31 13:47:55 rt 1.23.70.1: #i85482# Remove UPD from resource name. --- basctl/source/basicide/iderdll.cxx | 5 ++--- 1 file changed, 2 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 eeac4ceba1c6..23f3fa05701a 100644 --- a/basctl/source/basicide/iderdll.cxx +++ b/basctl/source/basicide/iderdll.cxx @@ -4,9 +4,9 @@ * * $RCSfile: iderdll.cxx,v $ * - * $Revision: 1.23 $ + * $Revision: 1.24 $ * - * last change: $Author: rt $ $Date: 2007-04-26 09:33:47 $ + * last change: $Author: obo $ $Date: 2008-02-25 15:56:59 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -117,7 +117,6 @@ void BasicIDEDLL::Init() (void)pFact; ByteString aResMgrName( "basctl" ); - aResMgrName += ByteString::CreateFromInt32( SOLARUPD ); ResMgr* pMgr = ResMgr::CreateResMgr( aResMgrName.GetBuffer(), Application::GetSettings().GetUILocale() ); -- cgit