diff options
Diffstat (limited to 'test/source/xmlwriter.cxx')
-rw-r--r-- | test/source/xmlwriter.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/source/xmlwriter.cxx b/test/source/xmlwriter.cxx index 3485f1030537..b1166be647f0 100644 --- a/test/source/xmlwriter.cxx +++ b/test/source/xmlwriter.cxx @@ -27,10 +27,9 @@ XmlWriter::XmlWriter(xmlTextWriterPtr pWriter) : XmlWriter::~XmlWriter() {} -void XmlWriter::startDocument(const OString& name) +void XmlWriter::startDocument() { xmlTextWriterStartDocument(mpWriter, NULL, NULL, NULL); - startElement(name); } void XmlWriter::endDocument() |