diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2023-11-13 19:56:28 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2023-11-14 08:10:01 +0100 |
commit | eb4ac533ae358bb596ed60d5a65682799bf375a0 (patch) | |
tree | 42bef52347e9ae886ae9e7839274a0b77e5f6abf /sw | |
parent | d5a21cca3851488d904ef7d4d86ae8fa8cd3ec12 (diff) |
sw: document SwFormatCharFormat
What it does, it refers to what, who is the owner.
Change-Id: Ieb8a41ba6c47e5f24d43465f323b660cbf4afdeb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159394
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/inc/fchrfmt.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/inc/fchrfmt.hxx b/sw/inc/fchrfmt.hxx index 2b5aec14278e..aa9caa0f9b9f 100644 --- a/sw/inc/fchrfmt.hxx +++ b/sw/inc/fchrfmt.hxx @@ -27,6 +27,8 @@ class SwTextCharFormat; class IntlWrapper; +/// This pool item subclass can appear in the hint array of a text node. It refers to a character +/// style. It's owned by SwTextCharFormat. class SW_DLLPUBLIC SwFormatCharFormat final : public SfxPoolItem, public SwClient { friend class SwTextCharFormat; |