summaryrefslogtreecommitdiff
path: root/xmlscript/source/xml_helper/xml_element.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlscript/source/xml_helper/xml_element.cxx')
-rwxr-xr-xxmlscript/source/xml_helper/xml_element.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/xmlscript/source/xml_helper/xml_element.cxx b/xmlscript/source/xml_helper/xml_element.cxx
index cd1fe1a0fc33..6a2717019f7e 100755
--- a/xmlscript/source/xml_helper/xml_element.cxx
+++ b/xmlscript/source/xml_helper/xml_element.cxx
@@ -73,7 +73,6 @@ void XMLElement::dump( Reference< xml::sax::XDocumentHandler > const & xOut )
xOut->startElement( _name, static_cast< xml::sax::XAttributeList * >( this ) );
// write sub elements
dumpSubElements( xOut );
- //
xOut->ignorableWhitespace( OUString() );
xOut->endElement( _name );
}