summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
Diffstat (limited to 'filter')
-rw-r--r--filter/Library_icg.mk1
-rw-r--r--filter/source/config/cache/filtercache.cxx2
-rw-r--r--filter/source/graphicfilter/icgm/actimpr.cxx4
-rw-r--r--filter/source/pdf/pdfexport.cxx1
4 files changed, 4 insertions, 4 deletions
diff --git a/filter/Library_icg.mk b/filter/Library_icg.mk
index e759bc23d818..e905c0f33c9c 100644
--- a/filter/Library_icg.mk
+++ b/filter/Library_icg.mk
@@ -30,6 +30,7 @@ $(eval $(call gb_Library_set_include,icg,\
))
$(eval $(call gb_Library_add_linked_libs,icg,\
+ comphelper \
tk \
vcl \
utl \
diff --git a/filter/source/config/cache/filtercache.cxx b/filter/source/config/cache/filtercache.cxx
index 9d0a8855601e..282ca5aa481c 100644
--- a/filter/source/config/cache/filtercache.cxx
+++ b/filter/source/config/cache/filtercache.cxx
@@ -52,7 +52,7 @@
#include <com/sun/star/document/CorruptedFilterConfigurationException.hpp>
#include <comphelper/sequenceasvector.hxx>
#include <comphelper/locale.hxx>
-#include <unotools/processfactory.hxx>
+#include <comphelper/processfactory.hxx>
#include <unotools/configpathes.hxx>
#include <rtl/ustrbuf.hxx>
diff --git a/filter/source/graphicfilter/icgm/actimpr.cxx b/filter/source/graphicfilter/icgm/actimpr.cxx
index 50a9df31df01..949b8cd11424 100644
--- a/filter/source/graphicfilter/icgm/actimpr.cxx
+++ b/filter/source/graphicfilter/icgm/actimpr.cxx
@@ -49,7 +49,7 @@
#include <com/sun/star/text/XTextRange.hpp>
#include <com/sun/star/style/HorizontalAlignment.hpp>
-#include <unotools/processfactory.hxx>
+#include <comphelper/processfactory.hxx>
#include <toolkit/helper/vclunohelper.hxx>
#include "main.hxx"
@@ -73,7 +73,7 @@ CGMImpressOutAct::CGMImpressOutAct( CGM& rCGM, const uno::Reference< frame::XMod
maXDrawPages = aDrawPageSup->getDrawPages();
if ( maXDrawPages.is() )
{
- maXServiceManagerSC = utl::getProcessServiceFactory();
+ maXServiceManagerSC = comphelper::getProcessServiceFactory();
if ( maXServiceManagerSC.is() )
{
uno::Any aAny( rModel->queryInterface( ::getCppuType((const uno::Reference< lang::XMultiServiceFactory >*)0) ));
diff --git a/filter/source/pdf/pdfexport.cxx b/filter/source/pdf/pdfexport.cxx
index b183108f4405..d5fd5864f74b 100644
--- a/filter/source/pdf/pdfexport.cxx
+++ b/filter/source/pdf/pdfexport.cxx
@@ -46,7 +46,6 @@
#include "vcl/svapp.hxx"
#include "toolkit/awt/vclxdevice.hxx"
#include "unotools/localfilehelper.hxx"
-#include "unotools/processfactory.hxx"
#include "svtools/FilterConfigItem.hxx"
#include "svtools/filter.hxx"
#include "svl/solar.hrc"