summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2024-02-23 08:51:01 +0100
committerMiklos Vajna <vmiklos@collabora.com>2024-02-23 10:03:33 +0100
commitca22f880159d7845167f72f42c6a540191030613 (patch)
tree6b478822795fd8fd7f03009edf3192397b317286 /sw/inc
parent7be51eca1e509723e66973ed644f4c49cb27b608 (diff)
sw doc model xml dump: extract SwTableBox::dumpAsXml() from SwStartNode
Ideally each class should just dump itself. Change-Id: I8b7251553d12673258ae885436c56e342b3ddf8f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163801 Reviewed-by: Miklos Vajna <vmiklos@collabora.com> Tested-by: Jenkins
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/swtable.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/inc/swtable.hxx b/sw/inc/swtable.hxx
index 3d0a5732d188..69138709ebac 100644
--- a/sw/inc/swtable.hxx
+++ b/sw/inc/swtable.hxx
@@ -556,6 +556,8 @@ public:
SwRedlineTable::size_type GetRedline() const;
// get redline type
RedlineType GetRedlineType() const;
+
+ void dumpAsXml(xmlTextWriterPtr pWriter) const;
};
class SwCellFrame;