diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2010-12-20 12:32:36 +0100 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2010-12-20 12:32:36 +0100 |
commit | 04afdea56a69c2418231e0881dc37a8f490b1147 (patch) | |
tree | 9b0a64ba5879a755547368db664e019377d73c1f | |
parent | e700990dc06cbfaedf796358c2acbbe9a57de276 (diff) |
#i10000# replace obsolete defineooo/DEV300_m96
-rw-r--r-- | basic/source/classes/sb.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/classes/sb.cxx b/basic/source/classes/sb.cxx index e0269f2052..9a744001a9 100644 --- a/basic/source/classes/sb.cxx +++ b/basic/source/classes/sb.cxx @@ -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++ ) |