summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/xmltexti.hxx
diff options
context:
space:
mode:
authorMichael Brauer <mib@openoffice.org>2001-02-09 12:15:58 +0000
committerMichael Brauer <mib@openoffice.org>2001-02-09 12:15:58 +0000
commit8e6a3230f3d9bd6a45084d3e741d15a8e83f5d10 (patch)
treeb071c726ac83d2e47bd0145c3131b9a9950c2fb5 /sw/source/filter/xml/xmltexti.hxx
parent65bc765e85d0e8599f79fa98e9dab9598656292b (diff)
ole objects continued
Diffstat (limited to 'sw/source/filter/xml/xmltexti.hxx')
-rw-r--r--sw/source/filter/xml/xmltexti.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/sw/source/filter/xml/xmltexti.hxx b/sw/source/filter/xml/xmltexti.hxx
index 213b0f61bd54..eb6897a35d50 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.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: dvo $ $Date: 2001-01-25 11:36:37 $
+ * last change: $Author: mib $ $Date: 2001-02-09 13:15:58 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -94,7 +94,8 @@ public:
::com::sun::star::beans::XPropertySet>
createAndInsertOLEObject( SvXMLImport& rImport,
const ::rtl::OUString& rHRef,
- const ::rtl::OUString& rClassId );
+ const ::rtl::OUString& rClassId,
+ sal_Int32 nWidth, sal_Int32 nHeight );
virtual sal_Bool IsInHeaderFooter() const;