summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/xmlwrap.cxx
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2000-12-06 07:37:34 +0000
committerNiklas Nebel <nn@openoffice.org>2000-12-06 07:37:34 +0000
commit6f3a0e5cae9ffc52ba45d94e2e939b09c259ed46 (patch)
tree5e83cd6ccac75953fc8789b49eb05776ce041ecd /sc/source/filter/xml/xmlwrap.cxx
parent6a5ee5251785b38f34df8faeb5029d5f703a6aac (diff)
#81388# XML Content stream is now Content.xml
Diffstat (limited to 'sc/source/filter/xml/xmlwrap.cxx')
-rw-r--r--sc/source/filter/xml/xmlwrap.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/filter/xml/xmlwrap.cxx b/sc/source/filter/xml/xmlwrap.cxx
index 34f67b2926fe..c3abcb1522a2 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.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: ka $ $Date: 2000-12-03 16:14:38 $
+ * last change: $Author: nn $ $Date: 2000-12-06 08:37:34 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -124,7 +124,7 @@ sal_Bool ScXMLImportWrapper::Import()
SvStorage *pStorage = rMedium.GetStorage();
if( pStorage )
{
- OUString sDocName( RTL_CONSTASCII_USTRINGPARAM( "Content" ) );
+ OUString sDocName( RTL_CONSTASCII_USTRINGPARAM( "Content.xml" ) );
xDocStream = pStorage->OpenStream( sDocName,
STREAM_READ | STREAM_NOCREATE );
xDocStream->SetBufferSize( 16*1024 );
@@ -267,7 +267,7 @@ sal_Bool ScXMLImportWrapper::Export()
SvStorage *pStorage = rMedium.GetOutputStorage( sal_True );
if( pStorage )
{
- OUString sDocName( RTL_CONSTASCII_USTRINGPARAM( "Content" ) );
+ OUString sDocName( RTL_CONSTASCII_USTRINGPARAM( "Content.xml" ) );
xDocStream = pStorage->OpenStream( sDocName,
STREAM_WRITE | STREAM_SHARE_DENYWRITE );
xDocStream->SetBufferSize( 16*1024 );