INTEGRATION: CWS tbe7 (1.26.40); FILE MERGED

2003/08/15 14:44:47 tbe 1.26.40.1: #111830# New Basic libraries always contain a Main sub
This commit is contained in:
Jens-Heiner Rechtien 2003-11-05 11:39:30 +00:00
parent d89a239fca
commit 255be34dca

View file

@ -2,9 +2,9 @@
*
* $RCSfile: macrodlg.cxx,v $
*
* $Revision: 1.26 $
* $Revision: 1.27 $
*
* last change: $Author: vg $ $Date: 2003-04-24 14:08:56 $
* last change: $Author: hr $ $Date: 2003-11-05 12:39:30 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -921,7 +921,7 @@ IMPL_LINK( MacroChooser, ButtonHdl, Button *, pButton )
SfxObjectShell* pShell = BasicIDE::FindDocShell( pBasMgr );
aModName = String();
createModImpl( static_cast<Window*>( this ), pShell,
pBasic, aBasicBox, aLibName, aModName );
pBasic, aBasicBox, aLibName, aModName, true );
}
else if ( pButton == &aOrganizeButton )
{