diff options
-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; |