diff --git a/src/core/Writer.cpp b/src/core/Writer.cpp index 4b8fa9273..5673b3e2f 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(); }