sw/source/core/crsr/swcrsr.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 2cd8914f91312f251184df17e114221ad0334c0b
Author:     Sahil Gautam <sahil.gau...@collabora.com>
AuthorDate: Fri Aug 1 11:55:16 2025 +0530
Commit:     Miklos Vajna <vmik...@collabora.com>
CommitDate: Fri Aug 1 13:00:32 2025 +0200

    spelling correction 'section -> selection'
    
    Change-Id: Ie0ae470291e781f1976e4af3146a8484c9c6d5f3
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/188738
    Tested-by: Jenkins
    Reviewed-by: Miklos Vajna <vmik...@collabora.com>

diff --git a/sw/source/core/crsr/swcrsr.cxx b/sw/source/core/crsr/swcrsr.cxx
index ead85e10bfd0..37236d04c309 100644
--- a/sw/source/core/crsr/swcrsr.cxx
+++ b/sw/source/core/crsr/swcrsr.cxx
@@ -972,10 +972,10 @@ sal_Int32 SwCursor::FindAll( SwFindParas& rParas,
     SwCursor* pFndRing = nullptr;
     SwNodes& rNds = GetDoc().GetNodes();
 
-    // search in sections?
+    // search in selections?
     if( FindRanges::InSel & eFndRngs )
     {
-        // if string was not found in region then get all sections (cursors
+        // if string was not found in region then get all selections (cursors
         // stays unchanged)
         nFound = lcl_FindSelection( rParas, this, fnMove,
                                     pFndRing, aRegion, eFndRngs,

Reply via email to