summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorNoel Power <noel.power@novell.com>2011-05-17 15:26:59 +0100
committerNoel Power <noel.power@novell.com>2011-05-17 15:30:54 +0100
commita8d942cbe42c061f521c33101908c94e55d655a9 (patch)
tree82fc34f2bdae1b244e9423a5336f2f8e9aede4a3 /basic
parente432d904d20ca67bf6bf917b52bce4d0d14bc5d5 (diff)
Revert "maybe temporary fix for crash when accessing basic uno services"
Diffstat (limited to 'basic')
-rw-r--r--basic/source/uno/sbservices.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/basic/source/uno/sbservices.cxx b/basic/source/uno/sbservices.cxx
index aeebe8919c..77361efb40 100644
--- a/basic/source/uno/sbservices.cxx
+++ b/basic/source/uno/sbservices.cxx
@@ -50,7 +50,6 @@ namespace basic
::osl::MutexGuard aGuard( ::osl::Mutex::getGlobalMutex() );
if ( !bInitialized )
{
- static BasicModuleClient aClient;
createRegistryInfo_SfxDialogLibraryContainer();
createRegistryInfo_SfxScriptLibraryContainer();
}