diff options
author | Jörg Budischewski <jbu@openoffice.org> | 2000-10-19 13:56:08 +0000 |
---|---|---|
committer | Jörg Budischewski <jbu@openoffice.org> | 2000-10-19 13:56:08 +0000 |
commit | b32d629a6d2740b3bcc8acd7408870baa9634fb8 (patch) | |
tree | e17be59526fcc4cb80a33dadba49adacb04692dd /cppuhelper | |
parent | b3dddc3b57ec0de716b9a5edf93d4613419d3531 (diff) |
unnecessary startup of languagebinding during bootstrapping the servicemanager removed
Diffstat (limited to 'cppuhelper')
-rw-r--r-- | cppuhelper/source/servicefactory.cxx | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/cppuhelper/source/servicefactory.cxx b/cppuhelper/source/servicefactory.cxx index 3e0bebf9b55c..a177992ba04b 100644 --- a/cppuhelper/source/servicefactory.cxx +++ b/cppuhelper/source/servicefactory.cxx @@ -2,9 +2,9 @@ * * $RCSfile: servicefactory.cxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 15:26:10 $ + * last change: $Author: jbu $ $Date: 2000-10-19 14:56:08 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -294,14 +294,6 @@ static Reference< XMultiServiceFactory > createImplServiceFactory( const OUStrin const OUString & rBootstrapPath ) throw( ::com::sun::star::uno::Exception ) { - // mappings held to avoid binding unloading... - Mapping aCpp2Uno( - OUString( RTL_CONSTASCII_USTRINGPARAM(CPPU_CURRENT_LANGUAGE_BINDING_NAME) ), - OUString( RTL_CONSTASCII_USTRINGPARAM(UNO_LB_UNO) ) ); - Mapping aUno2Cpp( - OUString( RTL_CONSTASCII_USTRINGPARAM(UNO_LB_UNO) ), - OUString( RTL_CONSTASCII_USTRINGPARAM(CPPU_CURRENT_LANGUAGE_BINDING_NAME) ) ); - Reference< XSingleServiceFactory > xSMFac( loadLibComponentFactory( OUString( RTL_CONSTASCII_USTRINGPARAM("smgr") ), OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.comp.stoc.ORegistryServiceManager") ), |