sw/inc/txtftn.hxx | 2 ++ 1 file changed, 2 insertions(+) New commits: commit d9ebb2e76bf7ec068ebfceccf7f477471012d157 Author: Miklos Vajna <vmik...@collabora.com> AuthorDate: Mon Jan 30 20:30:53 2023 +0100 Commit: Miklos Vajna <vmik...@collabora.com> CommitDate: Tue Jan 31 07:14:21 2023 +0000
sw: document SwTextFootnote It's a bit confusing that "footnote" may mean "footnote" or "footnote or endnote", depending on context. Change-Id: Ibe19dc29f68d1409feb052296e9a3537b160882e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146366 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmik...@collabora.com> diff --git a/sw/inc/txtftn.hxx b/sw/inc/txtftn.hxx index 57cab883565f..2d86bf217e64 100644 --- a/sw/inc/txtftn.hxx +++ b/sw/inc/txtftn.hxx @@ -28,6 +28,8 @@ class SwNodes; class SwDoc; class SwRootFrame; +/// SwTextAttr subclass for footnotes and endnotes. If it's an endnote is decided by the owned +/// SwFormatFootnote's m_bEndNote. class SW_DLLPUBLIC SwTextFootnote final : public SwTextAttr { std::optional<SwNodeIndex> m_oStartNode;