diff options
author | Rüdiger Timm <rt@openoffice.org> | 2003-04-23 15:54:52 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2003-04-23 15:54:52 +0000 |
commit | ca72d890ff9f363728842121c9d39be11e460e15 (patch) | |
tree | 80c9522adeb5062cbb7eb31eb605c6632b337165 /xmlscript/test | |
parent | b5c1d0fb76a78615eff64b41093a8ffc15072adf (diff) |
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
Diffstat (limited to 'xmlscript/test')
-rw-r--r-- | xmlscript/test/imexp.cxx | 11 |
1 files changed, 8 insertions, 3 deletions
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 <tools/debug.hxx> #include <vcl/svapp.hxx> -#include <svtools/unoiface.hxx> // InitExtToolkit #include <com/sun/star/io/XActiveDataSource.hpp> @@ -90,6 +89,8 @@ #include <com/sun/star/awt/XToolkit.hpp> #include <com/sun/star/awt/XControlModel.hpp> +#include <com/sun/star/awt/XControl.hpp> +#include <com/sun/star/awt/XDialog.hpp> #include <com/sun/star/container/XNameContainer.hpp> @@ -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 ); |