summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/hffrm.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2023-03-23 22:07:25 +0100
committerMiklos Vajna <vmiklos@collabora.com>2023-03-24 07:03:05 +0000
commitc586d7f1f8370c9e6334c6f38b5ed883212945c7 (patch)
tree36d6a6c9e99ce6edef189982d1f149a5a3a77caa /sw/source/core/inc/hffrm.hxx
parent53c39db4cfbeec29c0972df8ade4b12a23074f10 (diff)
sw layout xml dump: extract SwFooterFrame::dumpAsXml() from SwFrame
Ideally SwFrame should not really know anything about footers. Change-Id: I5fe349b0a9bf11f84649d6f274c2620b7563174d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149472 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sw/source/core/inc/hffrm.hxx')
-rw-r--r--sw/source/core/inc/hffrm.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/source/core/inc/hffrm.hxx b/sw/source/core/inc/hffrm.hxx
index d8f9f0556265..32af4dab9e30 100644
--- a/sw/source/core/inc/hffrm.hxx
+++ b/sw/source/core/inc/hffrm.hxx
@@ -53,6 +53,8 @@ class SwFooterFrame final : public SwHeadFootFrame
{
public:
SwFooterFrame( SwFrameFormat* pFrame, SwFrame* pSib ) : SwHeadFootFrame(pFrame, pSib, SwFrameType::Footer) {};
+
+ void dumpAsXml(xmlTextWriterPtr writer = nullptr) const override;
};
#endif