summaryrefslogtreecommitdiff
path: root/editeng/source/misc/SvXMLAutoCorrectImport.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'editeng/source/misc/SvXMLAutoCorrectImport.hxx')
-rw-r--r--editeng/source/misc/SvXMLAutoCorrectImport.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/editeng/source/misc/SvXMLAutoCorrectImport.hxx b/editeng/source/misc/SvXMLAutoCorrectImport.hxx
index 2c423fd7d548..106ea4023c29 100644
--- a/editeng/source/misc/SvXMLAutoCorrectImport.hxx
+++ b/editeng/source/misc/SvXMLAutoCorrectImport.hxx
@@ -42,7 +42,7 @@ public:
com::sun::star::uno::Reference < com::sun::star::embed::XStorage > xStorage;
SvXMLAutoCorrectImport(
- const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > xServiceFactory,
+ const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > xContext,
SvxAutocorrWordList *pNewAutocorr_List,
SvxAutoCorrect &rNewAutoCorrect,
const com::sun::star::uno::Reference < com::sun::star::embed::XStorage >& rNewStorage);
@@ -95,7 +95,7 @@ public:
SvStringsISortDtor &rList;
SvXMLExceptionListImport(
- const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > xServiceFactory,
+ const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > xContext,
SvStringsISortDtor & rNewList );
~SvXMLExceptionListImport ( void ) throw ();