summaryrefslogtreecommitdiff
path: root/xmloff/inc/MetaExportComponent.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-05-03 12:30:26 +0000
committerRüdiger Timm <rt@openoffice.org>2004-05-03 12:30:26 +0000
commit5426f99e844f0f2c42ebef62cf884ea18e51ab0b (patch)
tree283c4ca1e5d8b9e1dae63218ddcf7a590b81dcca /xmloff/inc/MetaExportComponent.hxx
parent8842de63d46ccf59ea7c2b06a3815e50b1b81f56 (diff)
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.
Diffstat (limited to 'xmloff/inc/MetaExportComponent.hxx')
-rw-r--r--xmloff/inc/MetaExportComponent.hxx10
1 files changed, 7 insertions, 3 deletions
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();