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

New commits:
commit 966299b64a9a52fcccc1abc99406ea77fe121619
Author:     Miklos Vajna <[email protected]>
AuthorDate: Tue Aug 30 08:02:13 2022 +0200
Commit:     Miklos Vajna <[email protected]>
CommitDate: Tue Aug 30 08:49:25 2022 +0200

    sw: document SwFormatFootnoteEndAtTextEnd
    
    Subclasses only have to override Clone(), everything else is shared.
    
    Change-Id: I3ef6242cbddb02c23de466d1959ee6c930723011
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139014
    Reviewed-by: Miklos Vajna <[email protected]>
    Tested-by: Jenkins

diff --git a/sw/inc/fmtftntx.hxx b/sw/inc/fmtftntx.hxx
index b8db58f8c1ed..d930e31b6665 100644
--- a/sw/inc/fmtftntx.hxx
+++ b/sw/inc/fmtftntx.hxx
@@ -34,6 +34,11 @@ enum SwFootnoteEndPosEnum
     FTNEND_ATTXTEND_END
 };
 
+/**
+ * SfxPoolItem subclass that is a wrapper around an SwFootnoteEndPosEnum, i.e. 
to decide where
+ * footnotes or endnotes should be collected. Available on the UI as Format -> 
Sections -> <Name> ->
+ * Options -> Footnotes/Endnotes. This is the shared base class for both 
footnotes and endnotes.
+ */
 class SW_DLLPUBLIC SwFormatFootnoteEndAtTextEnd : public 
SfxEnumItem<SwFootnoteEndPosEnum>
 {
     OUString m_sPrefix;

Reply via email to