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:
parent
91f9181512
commit
966299b64a
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue