diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2004-05-03 12:30:52 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2004-05-03 12:30:52 +0000 |
commit | eed2bbf4e3a5914a5929f5fcf0b729fef91e7bcb (patch) | |
tree | ba268a3cd09a6e019e19c97bc337b0b4244c679d /xmloff/inc/SchXMLExport.hxx | |
parent | 8ce27739b77e0bcb19b37de2f33ff8384c1feee1 (diff) |
INTEGRATION: CWS binfilter (1.7.144); FILE MERGED
2003/08/19 15:45:54 aw 1.7.144.2: #110680#
Give ServiceManager as const reference and do not keep it as reference locally as member
2003/07/07 15:45:38 aw 1.7.144.1: #110680#
Changed all components to use the ServiceManager they were created with.
Diffstat (limited to 'xmloff/inc/SchXMLExport.hxx')
-rw-r--r-- | xmloff/inc/SchXMLExport.hxx | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/xmloff/inc/SchXMLExport.hxx b/xmloff/inc/SchXMLExport.hxx index e201266b32..fbc44b2ba1 100644 --- a/xmloff/inc/SchXMLExport.hxx +++ b/xmloff/inc/SchXMLExport.hxx @@ -2,9 +2,9 @@ * * $RCSfile: SchXMLExport.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: bm $ $Date: 2001-09-14 11:19:47 $ + * last change: $Author: rt $ $Date: 2004-05-03 13:30:52 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -118,7 +118,10 @@ protected: virtual void _ExportContent(); public: - SchXMLExport( sal_uInt16 nExportFlags = EXPORT_ALL ); + // #110680# + SchXMLExport( + const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xServiceFactory, + sal_uInt16 nExportFlags = EXPORT_ALL ); virtual ~SchXMLExport(); void SetProgress( sal_Int32 nPercentage ); |