From ca72d890ff9f363728842121c9d39be11e460e15 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Wed, 23 Apr 2003 15:54:52 +0000 Subject: INTEGRATION: CWS uno2 (1.15.42); FILE MERGED 2003/04/08 14:01:19 dbo 1.15.42.1: #107991# UNO shared library component renaming --- xmlscript/test/imexp.cxx | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'xmlscript/test') diff --git a/xmlscript/test/imexp.cxx b/xmlscript/test/imexp.cxx index 1a221fa74799..5d68647aa0bb 100644 --- a/xmlscript/test/imexp.cxx +++ b/xmlscript/test/imexp.cxx @@ -2,9 +2,9 @@ * * $RCSfile: imexp.cxx,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: dbo $ $Date: 2001-09-24 12:46:22 $ + * last change: $Author: rt $ $Date: 2003-04-23 16:54:52 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -76,7 +76,6 @@ #include #include -#include // InitExtToolkit #include @@ -90,6 +89,8 @@ #include #include +#include +#include #include @@ -190,6 +191,10 @@ Reference< XComponentContext > createInitialComponentContext() xContext->getServiceManager()->createInstanceWithContext( OUString::createFromAscii( "com.sun.star.registry.ImplementationRegistration" ), xContext ), UNO_QUERY ); + xReg->registerImplementation( + OUString::createFromAscii("com.sun.star.loader.SharedLibrary"), + OUString::createFromAscii("sax.uno" SAL_DLLEXTENSION), + Reference< registry::XSimpleRegistry >() ); reg( xReg, "sax" ); reg( xReg, "tk", true ); reg( xReg, "svt", true ); -- cgit