summaryrefslogtreecommitdiff
path: root/sw/inc/fmtftn.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2023-07-17 20:10:04 +0200
committerMiklos Vajna <vmiklos@collabora.com>2023-07-18 08:05:06 +0200
commitde9aeed35461b0884c55318519333070b7726c2b (patch)
tree18f561ff71b5ec6615bcfc29b212b1cbe77eb4d4 /sw/inc/fmtftn.hxx
parent8e9b3abce97f6ec1851cb7e3464e63107fad2793 (diff)
sw: document SwFormatFootnote
Explain this is just the anchor side, the content side is described by the SwTextFootnote around us. Change-Id: Id27ce3cabf30b31c494a9dbfbc94130c35bb61cb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154556 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
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 a34b2b83b482..009b75c3f98f 100644
--- a/sw/inc/fmtftn.hxx
+++ b/sw/inc/fmtftn.hxx
@@ -39,6 +39,8 @@ class SwXFootnote;
// ATT_FTN
+/// SfxPoolItem subclass for footnotes and endnotes, stored in the anchor text node. The start node
+/// for the footnote content is defined by m_pTextAttr.
class SW_DLLPUBLIC SwFormatFootnote final
: public SfxPoolItem
, public sw::BroadcastingModify