mib19: #163242# Removed redundant code
This commit is contained in:
@@ -1143,7 +1143,7 @@ void StarBASIC::DeInitAllModules( void )
|
|||||||
for ( USHORT nMod = 0; nMod < pModules->Count(); nMod++ )
|
for ( USHORT nMod = 0; nMod < pModules->Count(); nMod++ )
|
||||||
{
|
{
|
||||||
SbModule* pModule = (SbModule*)pModules->Get( nMod );
|
SbModule* pModule = (SbModule*)pModules->Get( nMod );
|
||||||
if( pModule->pImage && !pModule->isProxyModule() && !pModule->ISA(SbObjModule) && !pModule->ISA(SbUserFormModule) )
|
if( pModule->pImage && !pModule->isProxyModule() && !pModule->ISA(SbObjModule) )
|
||||||
pModule->pImage->bInit = false;
|
pModule->pImage->bInit = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user