From a31a9f2b83087795ceac95e1d9e8809ab408df55 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Mon, 3 May 2004 12:27:13 +0000 Subject: INTEGRATION: CWS binfilter (1.5.332); FILE MERGED 2003/07/08 17:22:13 aw 1.5.332.1: #110680# --- svx/source/editeng/SvXMLAutoCorrectImport.hxx | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/svx/source/editeng/SvXMLAutoCorrectImport.hxx b/svx/source/editeng/SvXMLAutoCorrectImport.hxx index 1d9a3c8bcf6d..764ef5a842a1 100644 --- a/svx/source/editeng/SvXMLAutoCorrectImport.hxx +++ b/svx/source/editeng/SvXMLAutoCorrectImport.hxx @@ -2,9 +2,9 @@ * * $RCSfile: SvXMLAutoCorrectImport.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hjs $ $Date: 2001-09-12 13:17:11 $ + * last change: $Author: rt $ $Date: 2004-05-03 13:27:13 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -98,7 +98,14 @@ public: SvxAutocorrWordList *pAutocorr_List; SvxAutoCorrect &rAutoCorrect; SvStorageRef &rStorage; - SvXMLAutoCorrectImport ( SvxAutocorrWordList *pNewAutocorr_List, SvxAutoCorrect &rNewAutoCorrect, SvStorageRef & rNewStorage); + + // #110680# + SvXMLAutoCorrectImport( + const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > xServiceFactory, + SvxAutocorrWordList *pNewAutocorr_List, + SvxAutoCorrect &rNewAutoCorrect, + SvStorageRef & rNewStorage); + ~SvXMLAutoCorrectImport ( void ) throw (); }; @@ -145,7 +152,12 @@ protected: ::com::sun::star::xml::sax::XAttributeList > & xAttrList ); public: SvStringsISortDtor &rList; - SvXMLExceptionListImport ( SvStringsISortDtor & rNewList ); + + // #110680# + SvXMLExceptionListImport( + const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > xServiceFactory, + SvStringsISortDtor & rNewList ); + ~SvXMLExceptionListImport ( void ) throw (); }; -- cgit