sw/source/core/crsr/crsrsh.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7452cf296bdc86ca7145c10e4aa701c38766c6e8
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Thu May 8 17:58:37 2025 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Thu May 8 22:49:09 2025 +0200

    Fix typo
    
    Change-Id: If693065ce54cbd56f454e69775cb480e214e1a0e
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/185062
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>
    Tested-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/sw/source/core/crsr/crsrsh.cxx b/sw/source/core/crsr/crsrsh.cxx
index 27cdec5cd827..60ea6540603e 100644
--- a/sw/source/core/crsr/crsrsh.cxx
+++ b/sw/source/core/crsr/crsrsh.cxx
@@ -3260,7 +3260,7 @@ void SwCursorShell::YrsAddCursor(OString const& rId, 
::std::optional<SwPosition>
     it->second->m_pVisibleCursor = new SwVisibleCursor{*it->second, this};
     it->second->m_pVisibleCursor->m_Author = rAuthor;
 
-    // TODO check if pos is valid? just call UC? add cursor parameter so it 
doesnt check all of them?
+    // TODO check if pos is valid? just call UC? add cursor parameter so it 
doesn't check all of them?
     UpdateCursor();
 }
 

Reply via email to