summaryrefslogtreecommitdiffstats
path: root/cui/source/dialogs/plfilter.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2011-11-14 11:49:31 +0100
committerStephan Bergmann <sbergman@redhat.com>2011-11-14 11:50:26 +0100
commitb11bd0323ee3dc44c6f343d1eed00151e02e9851 (patch)
tree3bf904470b651ef0a647fab125d896a6b55fcbb0 /cui/source/dialogs/plfilter.cxx
parentFix build --all depend=x. (diff)
downloadcore-b11bd0323ee3dc44c6f343d1eed00151e02e9851.tar.gz
core-b11bd0323ee3dc44c6f343d1eed00151e02e9851.zip
Removed comphelper -> unotools processfactory.hxx duplication.
Diffstat (limited to 'cui/source/dialogs/plfilter.cxx')
-rw-r--r--cui/source/dialogs/plfilter.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/dialogs/plfilter.cxx b/cui/source/dialogs/plfilter.cxx
index 407a0c29d9bc..f1bd7f744377 100644
--- a/cui/source/dialogs/plfilter.cxx
+++ b/cui/source/dialogs/plfilter.cxx
@@ -28,7 +28,7 @@
#include <set>
#include <map>
-#include <unotools/processfactory.hxx>
+#include <comphelper/processfactory.hxx>
#include <tools/debug.hxx>
#include <vcl/stdtext.hxx>
@@ -57,7 +57,7 @@ typedef map< String, StrSet, ltstr > FilterMap;
//==================================================================================================
void fillNetscapePluginFilters( Sequence< rtl::OUString >& rPluginNames, Sequence< rtl::OUString >& rPluginTypes )
{
- Reference< XMultiServiceFactory > xMan( ::utl::getProcessServiceFactory() );
+ Reference< XMultiServiceFactory > xMan( ::comphelper::getProcessServiceFactory() );
Reference< XPluginManager > xPMgr( xMan->createInstance(
rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.plugin.PluginManager") ) ), UNO_QUERY );