summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/xmlwrap.cxx
diff options
context:
space:
mode:
authorMichael Brauer <mib@openoffice.org>2000-12-03 07:53:31 +0000
committerMichael Brauer <mib@openoffice.org>2000-12-03 07:53:31 +0000
commit46df9a2731e384e5a1860ba8d1f6d940f0b3e3fa (patch)
treee0966313436e8ecf291bd08a98cdecd089aed97f /sc/source/filter/xml/xmlwrap.cxx
parent8b5cca3a57b517237532060b8033857e20fd4457 (diff)
#80795#: Create Package instead of OLE storage
Diffstat (limited to 'sc/source/filter/xml/xmlwrap.cxx')
-rw-r--r--sc/source/filter/xml/xmlwrap.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/filter/xml/xmlwrap.cxx b/sc/source/filter/xml/xmlwrap.cxx
index 8c136bbdd70c..eea2dee904ea 100644
--- a/sc/source/filter/xml/xmlwrap.cxx
+++ b/sc/source/filter/xml/xmlwrap.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xmlwrap.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: nn $ $Date: 2000-12-02 16:27:42 $
+ * last change: $Author: mib $ $Date: 2000-12-03 08:53:31 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -251,7 +251,7 @@ sal_Bool ScXMLImportWrapper::Export()
uno::Reference<io::XOutputStream> xOut;
SvStorageStreamRef xDocStream;
- SvStorage *pStorage = rMedium.GetStorage();
+ SvStorage *pStorage = rMedium.GetOutputStorage( sal_True );
if( pStorage )
{
OUString sDocName( RTL_CONSTASCII_USTRINGPARAM( "Content" ) );