From a6a8a8707b6ae111f94bac094d3c2909f523ca6f Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 4 Feb 2013 13:20:48 +0200 Subject: fdo#46808, convert xmloff module code to use XComponentContext with lots of repurcussions in other modules Change-Id: I6982671eecc701b06cf85d93533e1fe618044fea --- linguistic/source/convdicxml.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linguistic') diff --git a/linguistic/source/convdicxml.hxx b/linguistic/source/convdicxml.hxx index 6d958e8dc8ee..b21c6cfb820e 100644 --- a/linguistic/source/convdicxml.hxx +++ b/linguistic/source/convdicxml.hxx @@ -87,7 +87,7 @@ public: //!! see comment for pDic member ConvDicXMLImport( ConvDic *pConvDic, const rtl::OUString /*&rFileName*/ ) : - SvXMLImport ( comphelper::getProcessServiceFactory(), IMPORT_ALL ), + SvXMLImport ( comphelper::getProcessComponentContext(), IMPORT_ALL ), pDic ( pConvDic ) { nLanguage = LANGUAGE_NONE; -- cgit