diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-09-27 11:50:59 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-09-27 11:50:59 +0000 |
commit | 186fcecdbb928e9862a9afe23d451da896a60661 (patch) | |
tree | e19cddd50f36221811f7c8b619affffd3debf6ab /cppuhelper/source/bootstrap.cxx | |
parent | eca4cb73f70bad97a0d33c4ed2d57eb3c9a1d3fd (diff) |
INTEGRATION: CWS sb76 (1.28.52); FILE MERGED
2007/08/31 11:00:10 sb 1.28.52.1: #i77885# Consolidate stoc libraries; patch by jnavrati.
Diffstat (limited to 'cppuhelper/source/bootstrap.cxx')
-rw-r--r-- | cppuhelper/source/bootstrap.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cppuhelper/source/bootstrap.cxx b/cppuhelper/source/bootstrap.cxx index 72f58090a961..2d3cd2f9c304 100644 --- a/cppuhelper/source/bootstrap.cxx +++ b/cppuhelper/source/bootstrap.cxx @@ -4,9 +4,9 @@ * * $RCSfile: bootstrap.cxx,v $ * - * $Revision: 1.28 $ + * $Revision: 1.29 $ * - * last change: $Author: rt $ $Date: 2006-12-01 17:18:20 $ + * last change: $Author: hr $ $Date: 2007-09-27 12:50:59 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -398,7 +398,7 @@ SAL_CALL defaultBootstrap_InitialComponentContext( Reference<registry::XRegistryKey> xEmptyKey; Reference<lang::XSingleServiceFactory> xSimRegFac( loadSharedLibComponentFactory( - OUSTR("simplereg.uno" SAL_DLLEXTENSION), bootstrapPath, + OUSTR("bootstrap.uno" SAL_DLLEXTENSION), bootstrapPath, OUSTR("com.sun.star.comp.stoc.SimpleRegistry"), smgr_XMultiServiceFactory, xEmptyKey), @@ -406,7 +406,7 @@ SAL_CALL defaultBootstrap_InitialComponentContext( Reference<lang::XSingleServiceFactory> xNesRegFac( loadSharedLibComponentFactory( - OUSTR("nestedreg.uno" SAL_DLLEXTENSION), bootstrapPath, + OUSTR("bootstrap.uno" SAL_DLLEXTENSION), bootstrapPath, OUSTR("com.sun.star.comp.stoc.NestedRegistry"), smgr_XMultiServiceFactory, xEmptyKey), |