summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2000-10-31 13:41:23 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2000-10-31 13:41:23 +0000
commit609ab6a9de29a3f7fe8a43a56bd0dc23c8340aab (patch)
treeef35ec654ebddd343f80cd225dcf753610ee26cd /vcl
parentff78e53d8f495f20fc0b2ec3ac41e767c52dfa41 (diff)
#65293#: AtomServer moved to unotools
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/app/svmain.cxx10
1 files changed, 5 insertions, 5 deletions
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 <vos/mutex.hxx>
#include <vos/timer.hxx>
#include "rvp.hxx"
-#include <atom.hxx>
+#include <unotools/atom.hxx>
#include <com/sun/star/portal/client/XRmStatus.hpp>
@@ -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(