summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2006-05-02 14:37:34 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2006-05-02 14:37:34 +0000
commit6e33796059df489ce6c51e4f7bfb95208a7309bb (patch)
tree77cdd923897ac2e5cbc071438fb669cd8035f779 /basctl
parent664bb905b83484209b8b5997ae11e8737bb0d11f (diff)
INTEGRATION: CWS sfxcleanup (1.18.50); FILE MERGED
2006/03/30 15:00:46 mba 1.18.50.1: #132394#: remove superfluous code
Diffstat (limited to 'basctl')
-rw-r--r--basctl/source/basicide/iderdll.cxx6
1 files 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 );