sw/inc/fmtfld.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
New commits: commit 8232cae49bc20ddff3047c363233e85c407055aa Author: Miklos Vajna <vmik...@collabora.com> AuthorDate: Mon Sep 11 20:09:30 2023 +0200 Commit: Miklos Vajna <vmik...@collabora.com> CommitDate: Tue Sep 12 08:26:30 2023 +0200 sw: document SwFormatField Note that SwField is abstract, so in practice this always wraps a subclass, e.g. SwPageNumberField has an actual ExpandImpl() definition. Change-Id: I579cc9f2f9d1f64885512bceabc2fc684b8c3701 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156828 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmik...@collabora.com> diff --git a/sw/inc/fmtfld.hxx b/sw/inc/fmtfld.hxx index ba23014a1f82..0c8d5fda7110 100644 --- a/sw/inc/fmtfld.hxx +++ b/sw/inc/fmtfld.hxx @@ -95,7 +95,8 @@ namespace sw { } -// ATT_FLD +/// SfxPoolItem subclass that is a wrapper around an SwField, i.e. one inserted field into paragraph +/// text. Typically owned by an SwTextField. class SW_DLLPUBLIC SwFormatField final : public SfxPoolItem , public sw::BroadcastingModify