summaryrefslogtreecommitdiff
path: root/sw/source/filter
diff options
context:
space:
mode:
authorDaniel Vogelheim <dvo@openoffice.org>2001-03-01 14:47:53 +0000
committerDaniel Vogelheim <dvo@openoffice.org>2001-03-01 14:47:53 +0000
commitaf98edd6c759888a0d5c984686e6b781beabbb4f (patch)
tree038639faec578ad85f755c4b4ba3e69d71a40545 /sw/source/filter
parent223f9ff3b94626697e21344a1f6ea8183fb4ec2c (diff)
- #84291# fixed: assertion removed (it's legal for the asserted condition to occur)
Diffstat (limited to 'sw/source/filter')
-rw-r--r--sw/source/filter/xml/wrtxml.cxx12
1 files changed, 8 insertions, 4 deletions
diff --git a/sw/source/filter/xml/wrtxml.cxx b/sw/source/filter/xml/wrtxml.cxx
index 249a46a4577b..b4e0a8e9aa80 100644
--- a/sw/source/filter/xml/wrtxml.cxx
+++ b/sw/source/filter/xml/wrtxml.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: wrtxml.cxx,v $
*
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
- * last change: $Author: dvo $ $Date: 2001-02-13 17:54:54 $
+ * last change: $Author: dvo $ $Date: 2001-03-01 15:47:53 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -141,7 +141,6 @@ sal_uInt32 WriteThroughComponent(
ASSERT(xComponent.is(), "Need component!");
ASSERT(NULL != pStreamName, "Need stream name!");
ASSERT(NULL != pComponentName, "Need component name!");
- ASSERT(rMediaDesc.getLength() > 0, "Need media descriptor");
Reference< io::XOutputStream > xOutputStream;
SvStorageStreamRef xDocStream;
@@ -369,11 +368,16 @@ void GetXMLWriter( const String& rName, WriterRef& xRet )
Source Code Control System - Header
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sw/source/filter/xml/wrtxml.cxx,v 1.16 2001-02-13 17:54:54 dvo Exp $
+ $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sw/source/filter/xml/wrtxml.cxx,v 1.17 2001-03-01 15:47:53 dvo Exp $
Source Code Control System - Update
$Log: not supported by cvs2svn $
+ Revision 1.16 2001/02/13 17:54:54 dvo
+ - changed: in wrtxml.cxx substreams now use common code
+ - added: document classes for global, label, etc. documents
+ - added: support for bSaveLinkedSections flag
+
Revision 1.15 2001/02/06 15:41:55 dvo
- added: auto text event ex- and import