summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2022-08-30 08:02:13 +0200
committerMiklos Vajna <vmiklos@collabora.com>2022-08-30 08:49:25 +0200
commit966299b64a9a52fcccc1abc99406ea77fe121619 (patch)
tree0c9189794e6f6ce2fb76f9a0299a0c3e6f38b867 /sw/inc
parent91f91815124c00727eefdd92fbed2d927faaf60b (diff)
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 <vmiklos@collabora.com> Tested-by: Jenkins
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/fmtftntx.hxx5
1 files changed, 5 insertions, 0 deletions
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;