summaryrefslogtreecommitdiff
path: root/xmloff/source/core/DomBuilderContext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/core/DomBuilderContext.cxx')
-rw-r--r--xmloff/source/core/DomBuilderContext.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/core/DomBuilderContext.cxx b/xmloff/source/core/DomBuilderContext.cxx
index aa6990f3b750..f97ff97135cb 100644
--- a/xmloff/source/core/DomBuilderContext.cxx
+++ b/xmloff/source/core/DomBuilderContext.cxx
@@ -48,7 +48,7 @@
#include <rtl/ustring.hxx>
#include <tools/debug.hxx>
-#include <unotools/processfactory.hxx>
+#include <comphelper/processfactory.hxx>
using com::sun::star::lang::XMultiServiceFactory;
@@ -197,7 +197,7 @@ const sal_Char sDocumentBuilder[] = "com.sun.star.xml.dom.DocumentBuilder";
Reference<XNode> lcl_createDomInstance()
{
- Reference<XMultiServiceFactory> xFactory = utl::getProcessServiceFactory();
+ Reference<XMultiServiceFactory> xFactory = comphelper::getProcessServiceFactory();
DBG_ASSERT( xFactory.is(), "can't get service factory" );
Reference<XDocumentBuilder> xBuilder(