summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/file/filrow.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/file/filrow.cxx')
-rw-r--r--ucb/source/ucp/file/filrow.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/ucb/source/ucp/file/filrow.cxx b/ucb/source/ucp/file/filrow.cxx
index 90fe7c917ace..4ded9894b545 100644
--- a/ucb/source/ucp/file/filrow.cxx
+++ b/ucb/source/ucp/file/filrow.cxx
@@ -30,7 +30,7 @@
#include "shell.hxx"
#include "prov.hxx"
#include <com/sun/star/script/Converter.hpp>
-#include <comphelper/componentcontext.hxx>
+#include <comphelper/processfactory.hxx>
using namespace fileaccess;
using namespace com::sun::star;
@@ -53,7 +53,7 @@ sal_Bool convert( shell* pShell,
if( ! xConverter.is() )
{
xConverter = uno::Reference< script::XTypeConverter >(
- script::Converter::create(comphelper::ComponentContext(pShell->m_xMultiServiceFactory).getUNOContext()) );
+ script::Converter::create(comphelper::getComponentContext(pShell->m_xMultiServiceFactory)) );
}
try