Kaydet (Commit) 0ab3275d authored tarafından Miklos Vajna's avatar Miklos Vajna

sw::mark::MarkManager::dumpAsXml(): show UNO marks

Change-Id: Ic19ef6465036050b3b72949af65e23f8dde3afcf
üst 68219ae5
......@@ -1144,6 +1144,8 @@ void MarkManager::dumpAsXml(xmlTextWriterPtr pWriter) const
const container_t* pContainer;
} aContainers[] =
{
// UNO marks are only part of all marks.
{"allmarks", &m_vAllMarks},
{"bookmarks", &m_vBookmarks},
{"fieldmarks", &m_vFieldmarks},
{"annotationmarks", &m_vAnnotationMarks}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment