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 | 794c821e4d48c34aa376cdc7b6ab2cb029d9574d (patch) | |
tree | c3b5bbfb6f4336084aeb332e009f4f8d57deee2a | |
parent | a366a075c8d2ade6c0b4efdd1203f22d30a8bb7b (diff) |
#i10000# replace obsolete define
Notes
Notes:
split repo tag: libs-core_ooo/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 9ac8dbc91266..30e01892fab9 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++ ) |