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

Miklos Vajna (via logerrit) logerrit at kemper.freedesktop.org
Tue Feb 9 15:20:56 UTC 2021


 sw/inc/txatbase.hxx |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit 0f89ce31eda36a05d295504a521b27907b798490
Author:     Miklos Vajna <vmiklos at collabora.com>
AuthorDate: Tue Feb 9 15:06:48 2021 +0100
Commit:     Miklos Vajna <vmiklos at collabora.com>
CommitDate: Tue Feb 9 16:20:21 2021 +0100

    sw: document SwTextAttr
    
    Just a summary, sw/README has more on this.
    
    Change-Id: I43fb32e17520fb60fedbc7ae85cf881d3a343c6b
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110634
    Reviewed-by: Miklos Vajna <vmiklos at collabora.com>
    Tested-by: Jenkins

diff --git a/sw/inc/txatbase.hxx b/sw/inc/txatbase.hxx
index 824f28ff1bd2..8018712eaa23 100644
--- a/sw/inc/txatbase.hxx
+++ b/sw/inc/txatbase.hxx
@@ -34,6 +34,10 @@
 
 class SfxItemPool;
 
+/**
+ * A wrapper around SfxPoolItem to store the start position of (usually) a text portion, with an
+ * optional end.
+ */
 class SAL_DLLPUBLIC_RTTI SwTextAttr
 {
 friend class SwpHints;


More information about the Libreoffice-commits mailing list