diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-09-27 12:09:54 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-09-27 12:09:54 +0000 |
commit | 33da2d31d58acba9fa7d681939620bbc29877bd2 (patch) | |
tree | 3384a85b2b5f91f56542b67ab25df66d4e08b33d /cli_ure/source/climaker | |
parent | efd6744b0f2ce31f0e750604d15b1aa97dc3492b (diff) |
INTEGRATION: CWS sb76 (1.13.30); FILE MERGED
2007/08/31 11:02:18 sb 1.13.30.1: #i77885# Consolidate stoc libraries; patch by jnavrati.
Diffstat (limited to 'cli_ure/source/climaker')
-rw-r--r-- | cli_ure/source/climaker/climaker_app.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cli_ure/source/climaker/climaker_app.cxx b/cli_ure/source/climaker/climaker_app.cxx index 49b1241091a8..2566a2b809c0 100644 --- a/cli_ure/source/climaker/climaker_app.cxx +++ b/cli_ure/source/climaker/climaker_app.cxx @@ -4,9 +4,9 @@ * * $RCSfile: climaker_app.cxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: rt $ $Date: 2006-12-05 11:18:01 $ + * last change: $Author: hr $ $Date: 2007-09-27 13:09:54 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -481,7 +481,7 @@ SAL_IMPLEMENT_MAIN() // get rdb tdprovider factory Reference< lang::XSingleComponentFactory > xTDprov_factory( ::cppu::loadSharedLibComponentFactory( - OUSTR("regtypeprov.uno" SAL_DLLEXTENSION), OUString(), + OUSTR("bootstrap.uno" SAL_DLLEXTENSION), OUString(), OUSTR("com.sun.star.comp.stoc.RegistryTypeDescriptionProvider"), Reference< lang::XMultiServiceFactory >( xContext->getServiceManager(), UNO_QUERY ), @@ -490,7 +490,7 @@ SAL_IMPLEMENT_MAIN() { throw RuntimeException( OUSTR("cannot get registry typedescription provider: " - "regtypeprov.uno" SAL_DLLEXTENSION "!"), + "bootstrap.uno" SAL_DLLEXTENSION "!"), Reference< XInterface >() ); } |