[Libreoffice-commits] core.git: sw/inc

Miklos Vajna (via logerrit) logerrit at kemper.freedesktop.org
Fri Sep 24 16:02:06 UTC 2021


 sw/inc/charfmt.hxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 8cb779eb7f8cd9eca9fb5e40dbe37c712ee6c0aa
Author:     Miklos Vajna <vmiklos at collabora.com>
AuthorDate: Fri Sep 24 14:19:14 2021 +0200
Commit:     Miklos Vajna <vmiklos at collabora.com>
CommitDate: Fri Sep 24 18:01:29 2021 +0200

    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 at collabora.com>
    Tested-by: Jenkins

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;


More information about the Libreoffice-commits mailing list