Kaydet (Commit) e0b0e690 authored tarafından Mathias Bauer's avatar Mathias Bauer

#103890#: basicide menu now in basctl resource

üst e9a0e520
......@@ -2,9 +2,9 @@
*
* $RCSfile: basidesh.hrc,v $
*
* $Revision: 1.10 $
* $Revision: 1.11 $
*
* last change: $Author: sb $ $Date: 2002-07-04 09:15:41 $
* last change: $Author: mba $ $Date: 2002-10-07 12:17:43 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -169,6 +169,9 @@
#define RID_STR_NOMODULE ( RID_BASICIDE_START + 3 )
#define RID_STR_FILTER_ALLFILES ( RID_BASICIDE_START + 4 )
#define RID_BASICMENU ( RID_BASICIDE_START + 1 )
#define RID_BASICPLUGINMENU ( RID_BASICIDE_START + 2 )
// MacroDlg: ( RID_BASICIDE_START + 50 )
// MacroOptionsDlg: ( RID_BASICIDE_START + 55 )
// TbxControls: ( RID_BASICIDE_START + 65 )
......
......@@ -2,9 +2,9 @@
*
* $RCSfile: basdoc.cxx,v $
*
* $Revision: 1.7 $
* $Revision: 1.8 $
*
* last change: $Author: tbe $ $Date: 2002-05-08 16:36:47 $
* last change: $Author: mba $ $Date: 2002-10-07 12:18:10 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -84,17 +84,6 @@ TYPEINIT1(BasicDocShell, SfxObjectShell);
DBG_NAME(BasicDocShell);
SFX_IMPL_SIMPLE_OBJECTFACTORY_LOD( BasicDocShell, BasicIDE, BASIC_MOD() )
//SFX_IMPL_SIMPLE_OBJECTFACTORY( BasicDocShell, SFXOBJECTSHELL_STD_SPECIAL | SFXOBJECTSHELL_DONTREPLACE, sbasic )
/*
{
Factory().SetExplorerImageId( IMG_MACROLIB );
Factory().RegisterHelpFile( String( RTL_CONSTASCII_USTRINGPARAM( "sbasic" ) ) );
Factory().SetDocumentServiceName( ::rtl::OUString::createFromAscii( "dummy" ) );
Factory().RegisterMenuBar( ResId(RID_DEFAULTMENU) );
Factory().RegisterPluginMenuBar( ResId(RID_DEFAULTPLUGINMENU) );
}
*/
SFX_IMPL_INTERFACE( BasicDocShell, SfxObjectShell, IDEResId( 0 ) )
{
SFX_STATUSBAR_REGISTRATION( SID_BASICIDE_STATUSBAR );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment