diff --git a/src/core/Writer.cpp b/src/core/Writer.cpp index 4b8fa927..5673b3e2 100644 --- a/src/core/Writer.cpp +++ b/src/core/Writer.cpp @@ -139,12 +139,7 @@ void Writer::writeRoot() m_xml.writeStartElement("Root"); writeGroup(m_db->rootGroup()); - - m_xml.writeStartElement("DeletedObjects"); - - - - m_xml.writeEndElement(); + writeDeletedObjects(); m_xml.writeEndElement(); }