summaryrefslogtreecommitdiff
path: root/sw/inc/fmtftn.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2023-01-23 11:17:37 +0100
committerMiklos Vajna <vmiklos@collabora.com>2023-01-23 12:55:44 +0000
commit938f2754d67173ceae8db043e0aac1315210850e (patch)
treeab0495858cec22e6da361a69b8250e1ba75d6e5c /sw/inc/fmtftn.hxx
parentfe2031e0f278e0a51d851e257f10a3fd3e58313f (diff)
sw doc model xml dump: show endnote info about footnote formats
The text-attr doesn't know if this is a footnote or endnote, so let's show its format, which has this info. Change-Id: Ib36621f3206188f48e87fbc7f7899cbe2c8b4326 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146002 Reviewed-by: Miklos Vajna <vmiklos@collabora.com> Tested-by: Jenkins
Diffstat (limited to 'sw/inc/fmtftn.hxx')
-rw-r--r--sw/inc/fmtftn.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/inc/fmtftn.hxx b/sw/inc/fmtftn.hxx
index 8636b7024909..a34b2b83b482 100644
--- a/sw/inc/fmtftn.hxx
+++ b/sw/inc/fmtftn.hxx
@@ -96,6 +96,8 @@ public:
unotools::WeakReference<SwXFootnote> const& GetXFootnote() const
{ return m_wXFootnote; }
void SetXFootnote(rtl::Reference<SwXFootnote> const& xNote);
+
+ void dumpAsXml(xmlTextWriterPtr pWriter) const override;
};
#endif