From 5426f99e844f0f2c42ebef62cf884ea18e51ab0b Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Mon, 3 May 2004 12:30:26 +0000 Subject: INTEGRATION: CWS binfilter (1.3.150); FILE MERGED 2003/08/19 15:45:53 aw 1.3.150.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.3.150.1: #110680# Changed all components to use the ServiceManager they were created with. --- xmloff/inc/MetaExportComponent.hxx | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'xmloff/inc') diff --git a/xmloff/inc/MetaExportComponent.hxx b/xmloff/inc/MetaExportComponent.hxx index f87988d7d186..00e3e14e2bb8 100644 --- a/xmloff/inc/MetaExportComponent.hxx +++ b/xmloff/inc/MetaExportComponent.hxx @@ -2,9 +2,9 @@ * * $RCSfile: MetaExportComponent.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: dvo $ $Date: 2001-06-29 21:07:26 $ + * last change: $Author: rt $ $Date: 2004-05-03 13:30:26 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -69,7 +69,11 @@ class XMLMetaExportComponent : public SvXMLExport { public: - XMLMetaExportComponent(); + // #110680# + // XMLMetaExportComponent(); + XMLMetaExportComponent( + const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xServiceFactory + ); ~XMLMetaExportComponent(); -- cgit