summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2021-02-09 15:06:48 +0100
committerMiklos Vajna <vmiklos@collabora.com>2021-02-09 16:20:21 +0100
commit0f89ce31eda36a05d295504a521b27907b798490 (patch)
treee72a3e113f7c8b356324af454e0c6a53067cc2b9 /sw/inc
parent0239f033f77eeaac5ae3d74f2a9cb273cf0bfd41 (diff)
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@collabora.com> Tested-by: Jenkins
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/txatbase.hxx4
1 files changed, 4 insertions, 0 deletions
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;