summaryrefslogtreecommitdiff
path: root/xmloff/source/core/xmlexp.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-11-17 09:32:28 +0000
committerOliver Bolte <obo@openoffice.org>2004-11-17 09:32:28 +0000
commit1c9398b13fced26ee621140811a9d298418465ad (patch)
tree62556f0e3a1ec75e4d0af3226a0802058690b647 /xmloff/source/core/xmlexp.cxx
parent03fd812ebd447092e3c4aec5882fa1d4c6700b87 (diff)
INTEGRATION: CWS impress17 (1.108.38); FILE MERGED
2004/10/29 11:37:02 cl 1.108.38.1: #i13778# submit model to transformer
Diffstat (limited to 'xmloff/source/core/xmlexp.cxx')
-rw-r--r--xmloff/source/core/xmlexp.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/xmloff/source/core/xmlexp.cxx b/xmloff/source/core/xmlexp.cxx
index b9bac47206..99a37d66fc 100644
--- a/xmloff/source/core/xmlexp.cxx
+++ b/xmloff/source/core/xmlexp.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xmlexp.cxx,v $
*
- * $Revision: 1.112 $
+ * $Revision: 1.113 $
*
- * last change: $Author: obo $ $Date: 2004-11-16 10:07:39 $
+ * last change: $Author: obo $ $Date: 2004-11-17 10:32:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1164,9 +1164,10 @@ sal_uInt32 SvXMLExport::exportDoc( enum ::xmloff::token::XMLTokenEnum eClass )
xConvPropSet )
: xExportInfo;
- Sequence<Any> aArgs( 2 );
+ Sequence<Any> aArgs( 3 );
aArgs[0] <<= xHandler;
aArgs[1] <<= xPropSet;
+ aArgs[2] <<= xModel;
// get filter component
Reference< xml::sax::XDocumentHandler > xTmpDocHandler(