From b11bd0323ee3dc44c6f343d1eed00151e02e9851 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 14 Nov 2011 11:49:31 +0100 Subject: Removed comphelper -> unotools processfactory.hxx duplication. --- desktop/source/pkgchk/unopkg/unopkg_misc.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'desktop') diff --git a/desktop/source/pkgchk/unopkg/unopkg_misc.cxx b/desktop/source/pkgchk/unopkg/unopkg_misc.cxx index 84b0b0ae09e9..0683659f35e8 100644 --- a/desktop/source/pkgchk/unopkg/unopkg_misc.cxx +++ b/desktop/source/pkgchk/unopkg/unopkg_misc.cxx @@ -45,7 +45,7 @@ #include "tools/getprocessworkingdir.hxx" #include "ucbhelper/contentbroker.hxx" #include "ucbhelper/configurationkeys.hxx" -#include "unotools/processfactory.hxx" +#include "comphelper/processfactory.hxx" #include "unotools/configmgr.hxx" #include "com/sun/star/lang/XMultiServiceFactory.hpp" #include "cppuhelper/bootstrap.hxx" @@ -384,7 +384,7 @@ Reference bootstrapStandAlone( Reference xServiceManager( xContext->getServiceManager(), UNO_QUERY_THROW ); // set global process service factory used by unotools config helpers - ::utl::setProcessServiceFactory( xServiceManager ); + ::comphelper::setProcessServiceFactory( xServiceManager ); // initialize the ucbhelper ucb, // because the package implementation uses it -- cgit v1.2.3