sw/inc/fmtftn.hxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit de9aeed35461b0884c55318519333070b7726c2b
Author:     Miklos Vajna <vmik...@collabora.com>
AuthorDate: Mon Jul 17 20:10:04 2023 +0200
Commit:     Miklos Vajna <vmik...@collabora.com>
CommitDate: Tue Jul 18 08:05:06 2023 +0200

    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 <vmik...@collabora.com>

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

Reply via email to