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. --- svx/inc/pch/precompiled_svx.hxx | 1 - svx/source/gallery2/galmisc.cxx | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'svx') diff --git a/svx/inc/pch/precompiled_svx.hxx b/svx/inc/pch/precompiled_svx.hxx index 5173aa8a2249..19b303405aa5 100644 --- a/svx/inc/pch/precompiled_svx.hxx +++ b/svx/inc/pch/precompiled_svx.hxx @@ -904,7 +904,6 @@ #include "unotools/configpathes.hxx" #include "unotools/configvaluecontainer.hxx" #include "unotools/localfilehelper.hxx" -#include "unotools/processfactory.hxx" #include "comphelper/servicehelper.hxx" #include "unotools/streamwrap.hxx" #include "unotools/textsearch.hxx" diff --git a/svx/source/gallery2/galmisc.cxx b/svx/source/gallery2/galmisc.cxx index be92ac7ebba9..0e19dbcfef3c 100644 --- a/svx/source/gallery2/galmisc.cxx +++ b/svx/source/gallery2/galmisc.cxx @@ -31,7 +31,7 @@ #include #include -#include +#include #include #include #include @@ -403,7 +403,7 @@ sal_Bool KillFile( const INetURLObject& rURL ) GalleryProgress::GalleryProgress( GraphicFilter* pFilter ) : mpFilter( pFilter ) { - uno::Reference< lang::XMultiServiceFactory > xMgr( ::utl::getProcessServiceFactory() ); + uno::Reference< lang::XMultiServiceFactory > xMgr( ::comphelper::getProcessServiceFactory() ); if( xMgr.is() ) { -- cgit