diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-05-03 12:30:40 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-05-03 12:30:40 +0000 |
commit | cf170a9b76f89a8c0557587c7875c6b5ef5bd339 (patch) | |
tree | 3bee6af2cc4dc38fcf0216762497da3127970504 /xmloff/inc | |
parent | 5426f99e844f0f2c42ebef62cf884ea18e51ab0b (diff) |
INTEGRATION: CWS binfilter (1.3.144); FILE MERGED
2003/08/19 15:45:54 aw 1.3.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.3.144.1: #110680#
Changed all components to use the ServiceManager they were created with.
Diffstat (limited to 'xmloff/inc')
-rw-r--r-- | xmloff/inc/MetaImportComponent.hxx | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/xmloff/inc/MetaImportComponent.hxx b/xmloff/inc/MetaImportComponent.hxx index cf0f2694ff2f..b73cbbcefac3 100644 --- a/xmloff/inc/MetaImportComponent.hxx +++ b/xmloff/inc/MetaImportComponent.hxx @@ -2,9 +2,9 @@ * * $RCSfile: MetaImportComponent.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: hjs $ $Date: 2001-09-12 10:33:50 $ + * last change: $Author: rt $ $Date: 2004-05-03 13:30:40 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -80,7 +80,11 @@ private: ::com::sun::star::document::XDocumentInfo> xDocInfo; public: - XMLMetaImportComponent() throw(); + // #110680# + // XMLMetaImportComponent() throw(); + XMLMetaImportComponent( + const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xServiceFactory + ) throw(); ~XMLMetaImportComponent() throw(); |