diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2021-09-24 14:19:14 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2021-09-24 18:01:29 +0200 |
commit | 8cb779eb7f8cd9eca9fb5e40dbe37c712ee6c0aa (patch) | |
tree | 7a600f8307e68fd960cd8eeb575cb74f356ba107 /sw | |
parent | 628f0756f1b8945cfb4d5f848125c269a2233ba1 (diff) |
sw: document SwCharFormat
What confused me is that a para style is an SwTextFormatColl, but a char
format is an SwCharFormat, i.e. no Coll in the name.
Change-Id: Ia87a7e3bbd111494457ae406a626c287c52b6097
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122585
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
Diffstat (limited to 'sw')
-rw-r--r-- | sw/inc/charfmt.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/inc/charfmt.hxx b/sw/inc/charfmt.hxx index 27d6e5c0f896..bef023c9079a 100644 --- a/sw/inc/charfmt.hxx +++ b/sw/inc/charfmt.hxx @@ -22,6 +22,7 @@ #include "format.hxx" #include "hintids.hxx" +/// Represents the style of a text portion. class SwCharFormat final : public SwFormat { friend class SwDoc; |