[Libreoffice-commits] .: basic/source

Noel Power noelp at kemper.freedesktop.org
Tue May 17 07:31:17 PDT 2011


 basic/source/uno/sbservices.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit a8d942cbe42c061f521c33101908c94e55d655a9
Author: Noel Power <noel.power at novell.com>
Date:   Tue May 17 15:26:59 2011 +0100

    Revert "maybe temporary fix for crash when accessing basic uno services"
    
    This reverts commit 1aa0150844d37e28cf0b420cbc60a96ad478edbe.

diff --git a/basic/source/uno/sbservices.cxx b/basic/source/uno/sbservices.cxx
index aeebe89..77361ef 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();
             }


More information about the Libreoffice-commits mailing list