summaryrefslogtreecommitdiff
path: root/sax/source
diff options
context:
space:
mode:
authorDaniel Vogelheim <dvo@openoffice.org>2001-06-22 15:32:24 +0000
committerDaniel Vogelheim <dvo@openoffice.org>2001-06-22 15:32:24 +0000
commit88db28ee2337e8c4a0388ef46204caa0a70097cc (patch)
treedfefe3d7c24bee96115b84d08728226d3e7249de /sax/source
parent93d9f074adc55be28fd4f9e53447bffea10215c4 (diff)
#88647# proper handling of ignorable whitespace inside an otherwise empty element
Diffstat (limited to 'sax/source')
-rw-r--r--sax/source/expatwrap/saxwriter.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sax/source/expatwrap/saxwriter.cxx b/sax/source/expatwrap/saxwriter.cxx
index 7465250b5d5b..626c3e22674c 100644
--- a/sax/source/expatwrap/saxwriter.cxx
+++ b/sax/source/expatwrap/saxwriter.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: saxwriter.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: jbu $ $Date: 2001-03-01 12:46:53 $
+ * last change: $Author: dvo $ $Date: 2001-06-22 16:32:24 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -746,6 +746,7 @@ void SAXWriter::endElement(const OUString& aName) throw (SAXException, Runtime
p[m_seqStartElement.getLength()-1] = '>';
writeSequence( m_seqStartElement );
m_seqStartElement = Sequence< sal_Int8 > ();
+ m_bForceLineBreak = sal_False;
}
else {
// only ascii chars allowed