Kaydet (Commit) cf170a9b authored tarafından Rüdiger Timm's avatar Rüdiger Timm

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.
üst 5426f99e
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: MetaImportComponent.hxx,v $ * $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 * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -80,7 +80,11 @@ private: ...@@ -80,7 +80,11 @@ private:
::com::sun::star::document::XDocumentInfo> xDocInfo; ::com::sun::star::document::XDocumentInfo> xDocInfo;
public: public:
XMLMetaImportComponent() throw(); // #110680#
// XMLMetaImportComponent() throw();
XMLMetaImportComponent(
const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xServiceFactory
) throw();
~XMLMetaImportComponent() throw(); ~XMLMetaImportComponent() throw();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment