sw/source/core/doc/docbm.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 21e1f9ff6e6c13023c461144f4c610d070003e44 Author: Mike Kaganski <mike.kagan...@collabora.com> AuthorDate: Sat May 17 14:44:26 2025 +0500 Commit: Mike Kaganski <mike.kagan...@collabora.com> CommitDate: Sat May 17 16:13:00 2025 +0200 Drop wrong comment It was created while working on 8015a6c9e6b2e67184fdea6c897ff8036a488ca5, in an intermediate stage. It became incorrect in the final state. Change-Id: Iaaf9506a9070db2007f9be48852d0f66be50b1f3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/185443 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kagan...@collabora.com> diff --git a/sw/source/core/doc/docbm.cxx b/sw/source/core/doc/docbm.cxx index 7a136dcceaf0..11ebc1965883 100644 --- a/sw/source/core/doc/docbm.cxx +++ b/sw/source/core/doc/docbm.cxx @@ -525,7 +525,7 @@ namespace sw::mark for (auto& pMark : m_vAllMarks) { if (!m_vUncheckedNameMarks.contains(pMark)) - continue; // mark was added and removed while in the performance mode + continue; pMark->SetName(getUniqueMarkName(pMark->GetName(), [this](const SwMarkName& n) { return m_aUsedNames.insert(n.toString()).second; })); }