From 8cb779eb7f8cd9eca9fb5e40dbe37c712ee6c0aa Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Fri, 24 Sep 2021 14:19:14 +0200 Subject: 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 Tested-by: Jenkins --- sw/inc/charfmt.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'sw') 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; -- cgit