#i10000# replace obsolete define
This commit is contained in:
parent
a366a075c8
commit
794c821e4d
1 changed files with 1 additions and 1 deletions
|
@ -1063,7 +1063,7 @@ void SbModule::implProcessModuleRunInit( ModuleInitDependencyMap& rMap, ClassMod
|
|||
// Run Init-Code of all modules (including inserted libraries)
|
||||
void StarBASIC::InitAllModules( StarBASIC* pBasicNotToInit )
|
||||
{
|
||||
NAMESPACE_VOS(OGuard) guard( Application::GetSolarMutex() );
|
||||
::vos::OGuard guard( Application::GetSolarMutex() );
|
||||
|
||||
// Init own modules
|
||||
for ( USHORT nMod = 0; nMod < pModules->Count(); nMod++ )
|
||||
|
|
Loading…
Reference in a new issue