From 6e33796059df489ce6c51e4f7bfb95208a7309bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Timm?= Date: Tue, 2 May 2006 14:37:34 +0000 Subject: [PATCH] INTEGRATION: CWS sfxcleanup (1.18.50); FILE MERGED 2006/03/30 15:00:46 mba 1.18.50.1: #132394#: remove superfluous code --- basctl/source/basicide/iderdll.cxx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/basctl/source/basicide/iderdll.cxx b/basctl/source/basicide/iderdll.cxx index f12754dde377..e438f52c6056 100644 --- a/basctl/source/basicide/iderdll.cxx +++ b/basctl/source/basicide/iderdll.cxx @@ -4,9 +4,9 @@ * * $RCSfile: iderdll.cxx,v $ * - * $Revision: 1.18 $ + * $Revision: 1.19 $ * - * last change: $Author: rt $ $Date: 2005-09-07 20:03:53 $ + * last change: $Author: rt $ $Date: 2006-05-02 15:37:34 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -125,9 +125,7 @@ void BasicIDEDLL::Init() SfxModule* pMod = BASIC_MOD(); SfxObjectFactory& rFactory = BasicDocShell::Factory(); - rFactory.RegisterHelpFile( String( RTL_CONSTASCII_USTRINGPARAM( "sbasic" ) ) ); rFactory.SetDocumentServiceName( String::CreateFromAscii( "com.sun.star.script.BasicIDE" ) ); - rFactory.RegisterMenuBar( IDEResId( RID_BASICMENU ) ); BasicDocShell::RegisterInterface( pMod ); BasicIDEShell::RegisterFactory( SVX_INTERFACE_BASIDE_VIEWSH );