From 609ab6a9de29a3f7fe8a43a56bd0dc23c8340aab Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Tue, 31 Oct 2000 13:41:23 +0000 Subject: #65293#: AtomServer moved to unotools --- vcl/source/app/svmain.cxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'vcl') diff --git a/vcl/source/app/svmain.cxx b/vcl/source/app/svmain.cxx index 5b8c42bc6466..7a2dafa6ac3c 100644 --- a/vcl/source/app/svmain.cxx +++ b/vcl/source/app/svmain.cxx @@ -2,9 +2,9 @@ * * $RCSfile: svmain.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: cd $ $Date: 2000-10-23 07:11:04 $ + * last change: $Author: hr $ $Date: 2000-10-31 14:41:23 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -159,7 +159,7 @@ #include #include #include "rvp.hxx" -#include +#include #include @@ -301,8 +301,8 @@ BOOL SVMain() if( pSVData->mxClientFactory.is() ) { - pSVData->mpAtoms = new ::vcl::AtomClient( - Reference< ::com::sun::star::portal::client::XAtomServer >( + pSVData->mpAtoms = new ::utl::AtomClient( + Reference< ::com::sun::star::util::XAtomServer >( pSVData->mxClientFactory->createInstance( OUString( RTL_CONSTASCII_USTRINGPARAM( "ClientAtomServer.stardiv.de" ) ) ), UNO_QUERY ) ); Reference< XInterface > rX = pSVData->mxClientFactory->createInstance( -- cgit