summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/xmltexti.hxx
diff options
context:
space:
mode:
authorMichael Brauer <mib@openoffice.org>2001-01-03 10:42:26 +0000
committerMichael Brauer <mib@openoffice.org>2001-01-03 10:42:26 +0000
commit5065c89f2320a5dbd38b4314c1fc9ce54adbef15 (patch)
tree1a5828911851de3dd596ecc920dbd0b541f8b3f3 /sw/source/filter/xml/xmltexti.hxx
parent102857505afcc527eb8f8f81ebd615c7e0d52506 (diff)
support for OLE objects in XML files
Diffstat (limited to 'sw/source/filter/xml/xmltexti.hxx')
-rw-r--r--sw/source/filter/xml/xmltexti.hxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/sw/source/filter/xml/xmltexti.hxx b/sw/source/filter/xml/xmltexti.hxx
index 2750130bae50..b3448e3b9958 100644
--- a/sw/source/filter/xml/xmltexti.hxx
+++ b/sw/source/filter/xml/xmltexti.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xmltexti.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mib $ $Date: 2000-11-27 13:42:23 $
+ * last change: $Author: mib $ $Date: 2001-01-03 11:40:56 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -84,7 +84,9 @@ public:
virtual ::com::sun::star::uno::Reference<
::com::sun::star::beans::XPropertySet>
- createAndInsertOLEObject( const ::rtl::OUString& rHRef );
+ createAndInsertOLEObject( SvXMLImport& rImport,
+ const ::rtl::OUString& rHRef,
+ const ::rtl::OUString& rClassId );
virtual sal_Bool IsInHeaderFooter() const;
};