summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2023-11-13 19:56:28 +0100
committerMiklos Vajna <vmiklos@collabora.com>2023-11-14 08:10:01 +0100
commiteb4ac533ae358bb596ed60d5a65682799bf375a0 (patch)
tree42bef52347e9ae886ae9e7839274a0b77e5f6abf /sw/inc
parentd5a21cca3851488d904ef7d4d86ae8fa8cd3ec12 (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/inc')
-rw-r--r--sw/inc/fchrfmt.hxx2
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;