summaryrefslogtreecommitdiff
path: root/linguistic
diff options
context:
space:
mode:
Diffstat (limited to 'linguistic')
-rw-r--r--linguistic/source/convdicxml.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/linguistic/source/convdicxml.hxx b/linguistic/source/convdicxml.hxx
index 76bf554f0a03..28bf8e1faf86 100644
--- a/linguistic/source/convdicxml.hxx
+++ b/linguistic/source/convdicxml.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: convdicxml.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: obo $ $Date: 2004-04-27 16:06:48 $
+ * last change: $Author: rt $ $Date: 2004-05-04 10:45:47 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -119,7 +119,7 @@ public:
ConvDicXMLExport( ConvDic &rConvDic,
const rtl::OUString &rFileName,
com::sun::star::uno::Reference< com::sun::star::xml::sax::XDocumentHandler > &rHandler) :
- SvXMLExport ( rFileName, rHandler ),
+ SvXMLExport ( utl::getProcessServiceFactory(), rFileName, rHandler ),
rDic ( rConvDic ),
bSuccess ( sal_False )
{
@@ -158,7 +158,7 @@ public:
//!! see comment for pDic member
ConvDicXMLImport( ConvDic *pConvDic, const rtl::OUString &rFileName ) :
- SvXMLImport ( IMPORT_ALL ),
+ SvXMLImport ( utl::getProcessServiceFactory(), IMPORT_ALL ),
pDic ( pConvDic )
{
nLanguage = LANGUAGE_NONE;