sw/inc/fmtftntx.hxx |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit 196c689b9403b0f5874395fb53aedb83794893f7
Author:     Miklos Vajna <vmik...@collabora.com>
AuthorDate: Mon Aug 7 20:12:13 2023 +0200
Commit:     Miklos Vajna <vmik...@collabora.com>
CommitDate: Tue Aug 8 10:35:33 2023 +0200

    sw: document SwFormatFootnote/EndAtTextEnd
    
    In this case footnote really means footnote, as there is a separate
    class for endnotes.
    
    Change-Id: Ic701e33b45d22ac42a9518a7d44b2e8a43fac4a6
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155431
    Tested-by: Jenkins
    Reviewed-by: Miklos Vajna <vmik...@collabora.com>

diff --git a/sw/inc/fmtftntx.hxx b/sw/inc/fmtftntx.hxx
index d930e31b6665..a5de432ccad7 100644
--- a/sw/inc/fmtftntx.hxx
+++ b/sw/inc/fmtftntx.hxx
@@ -86,6 +86,8 @@ public:
     void SetSuffix(const OUString& rSet)   { m_sSuffix = rSet; }
 };
 
+/// SwFormatFootnoteEndAtTextEnd subclass, specific to footnotes, placed in 
the item set of an
+/// SwSectionFormat.
 class SW_DLLPUBLIC SwFormatFootnoteAtTextEnd final : public 
SwFormatFootnoteEndAtTextEnd
 {
 public:
@@ -96,6 +98,8 @@ public:
     virtual SwFormatFootnoteAtTextEnd* Clone( SfxItemPool *pPool = nullptr ) 
const override;
 };
 
+/// SwFormatFootnoteEndAtTextEnd subclass, specific to endnotes, placed in the 
item set of an
+/// SwSectionFormat.
 class SW_DLLPUBLIC SwFormatEndAtTextEnd final : public 
SwFormatFootnoteEndAtTextEnd
 {
 public:

Reply via email to