diff options
Diffstat (limited to 'sw/inc/fmtfld.hxx')
-rw-r--r-- | sw/inc/fmtfld.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
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 |