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
This commit is contained in:
Miklos Vajna 2022-08-30 08:02:13 +02:00
parent 91f9181512
commit 966299b64a

View file

@ -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;