sw/source/core/inc/ftnfrm.hxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 9259f79517bec3e7ebbc423eca098694fbf2a079
Author:     Miklos Vajna <[email protected]>
AuthorDate: Mon Feb 6 20:08:03 2023 +0100
Commit:     Miklos Vajna <[email protected]>
CommitDate: Tue Feb 7 07:20:15 2023 +0000

    sw: document SwFootnoteFrame
    
    Similar to the doc model, "footnote" actually means "footnote or
    endnote" in practice.
    
    Change-Id: I89a38ed91bbfb2e1948b5f4393d4929ecfd20e0e
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146594
    Tested-by: Jenkins
    Reviewed-by: Miklos Vajna <[email protected]>

diff --git a/sw/source/core/inc/ftnfrm.hxx b/sw/source/core/inc/ftnfrm.hxx
index 1d56901bd94b..a6835c9a71ba 100644
--- a/sw/source/core/inc/ftnfrm.hxx
+++ b/sw/source/core/inc/ftnfrm.hxx
@@ -76,6 +76,8 @@ inline SwFootnoteFrame* 
SwFootnoteContFrame::PrependChained(SwFrame* pThis, bool
     return AddChained(false, pThis, bDefaultFormat);
 }
 
+/// Represents one footnote or endnote in the layout. Typical upper is an 
SwFootnoteContFrame,
+/// typical lower is an SwTextFrame.
 class SwFootnoteFrame final : public SwLayoutFrame
 {
     // Pointer to FootnoteFrame in which the footnote will be continued:

Reply via email to