forked from amazingfate/loongoffice
The purpose of the doc model dump is to give an idea of the doc model as it's in the memory. SwNode::GetTableBox() is far from trivial and can be problematic when invoked from e.g. an already crashed process. Rather show SwTable::m_TabSortContentBoxes, which knows the (cell) start node, and then this can be avoided in SwStartNode::dumpAsXml(). Change-Id: Ie81181cfd41de4d4df38a8b7a430ecd5f67bc8a8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164560 Reviewed-by: Miklos Vajna <vmiklos@collabora.com> Tested-by: Jenkins