summaryrefslogtreecommitdiff
path: root/svl/qa/complex/ConfigItems/helper/PrintOptTest.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svl/qa/complex/ConfigItems/helper/PrintOptTest.cxx')
-rw-r--r--svl/qa/complex/ConfigItems/helper/PrintOptTest.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svl/qa/complex/ConfigItems/helper/PrintOptTest.cxx b/svl/qa/complex/ConfigItems/helper/PrintOptTest.cxx
index b02c7deba53b..c1f597a12e5c 100644
--- a/svl/qa/complex/ConfigItems/helper/PrintOptTest.cxx
+++ b/svl/qa/complex/ConfigItems/helper/PrintOptTest.cxx
@@ -30,7 +30,7 @@
#include <com/sun/star/beans/XPropertySet.hpp>
-#include <unotools/processfactory.hxx>
+#include <comphelper/processfactory.hxx>
#include <comphelper/configurationhelper.hxx>
namespace css = ::com::sun::star;
@@ -52,7 +52,7 @@ PrintOptTest::PrintOptTest()
{
m_xCfg = css::uno::Reference< css::container::XNameAccess >(
::comphelper::ConfigurationHelper::openConfig(
- ::utl::getProcessServiceFactory(),
+ ::comphelper::getProcessServiceFactory(),
rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("org.openoffice.Office.Common/Print/Option")),
::comphelper::ConfigurationHelper::E_STANDARD),
css::uno::UNO_QUERY);