diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-05-03 12:34:30 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-05-03 12:34:30 +0000 |
commit | 5989144c03363e277cbcea533e0404f2c5c1a3ab (patch) | |
tree | 2ce5f0557ba1daeb5df3d40be4f8c9b61b2798cf /xmloff | |
parent | fcb042ba21c3775c0715f286376e60181d086faa (diff) |
INTEGRATION: CWS binfilter (1.20.50); FILE MERGED
2003/08/19 15:46:28 aw 1.20.50.2: #110680#
Give ServiceManager as const reference and do not keep it as reference locally as member
2003/07/07 15:46:16 aw 1.20.50.1: #110680#
Changed all components to use the ServiceManager they were created with.
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/draw/sdxmlimp_impl.hxx | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/xmloff/source/draw/sdxmlimp_impl.hxx b/xmloff/source/draw/sdxmlimp_impl.hxx index eda84f3973b9..3d845ab8a59a 100644 --- a/xmloff/source/draw/sdxmlimp_impl.hxx +++ b/xmloff/source/draw/sdxmlimp_impl.hxx @@ -2,9 +2,9 @@ * * $RCSfile: sdxmlimp_impl.hxx,v $ * - * $Revision: 1.20 $ + * $Revision: 1.21 $ * - * last change: $Author: hr $ $Date: 2003-03-27 18:20:15 $ + * last change: $Author: rt $ $Date: 2004-05-03 13:34:30 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -263,7 +263,10 @@ protected: com::sun::star::xml::sax::XAttributeList>& xAttrList); public: - SdXMLImport( sal_Bool bIsDraw, sal_uInt16 nImportFlags = IMPORT_ALL ); + // #110680# + SdXMLImport( + const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xServiceFactory, + sal_Bool bIsDraw, sal_uInt16 nImportFlags = IMPORT_ALL ); ~SdXMLImport() throw (); // XImporter |