sw/source/core/unocore/unorefmk.cxx | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-)
New commits: commit 732d430f7a16f8976e7fcdbbdc5f4bf3a822315e Author: Miklos Vajna <vmik...@collabora.com> AuthorDate: Mon Apr 11 20:10:59 2022 +0200 Commit: Miklos Vajna <vmik...@collabora.com> CommitDate: Tue Apr 12 08:17:35 2022 +0200 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 <vmik...@collabora.com> 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: