summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2022-04-11 20:10:59 +0200
committerMiklos Vajna <vmiklos@collabora.com>2022-04-12 08:17:35 +0200
commit732d430f7a16f8976e7fcdbbdc5f4bf3a822315e (patch)
tree697dd2a9b099a46806fef0f00f936d9d9d5b2232 /sw
parent92caeb1a365d10d9cafaca0aed1368db92bc90f0 (diff)
sw: document SwXMeta::Impl
It already had some comments, but turn it into markup that is picked up by doxygen + mention the locking aspect. Change-Id: I6d9dba02f5be2e6f262733dfc124f09e29ba47eb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132838 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/unocore/unorefmk.cxx10
1 files changed, 7 insertions, 3 deletions
diff --git a/sw/source/core/unocore/unorefmk.cxx b/sw/source/core/unocore/unorefmk.cxx
index 54adc9628f73..1b1b8bdb0e09 100644
--- a/sw/source/core/unocore/unorefmk.cxx
+++ b/sw/source/core/unocore/unorefmk.cxx
@@ -596,9 +596,13 @@ SwXMetaText::createTextCursorByRange(
return xCursor;
}
-// the Meta has a cached list of text portions for its contents
-// this list is created by SwXTextPortionEnumeration
-// the Meta listens at the SwTextNode and throws away the cache when it changes
+/**
+ * the Meta has a cached list of text portions for its contents
+ * this list is created by SwXTextPortionEnumeration
+ * the Meta listens at the SwTextNode and throws away the cache when it changes
+ *
+ * This inner part of SwXMeta is deleted with a locked SolarMutex.
+ */
class SwXMeta::Impl : public SvtListener
{
public: