[Libreoffice-commits] core.git: sw/source

Johnny_M (via logerrit) logerrit at kemper.freedesktop.org
Tue Mar 31 13:32:42 UTC 2020


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

New commits:
commit 3d552451d4a688229e3599e3180037142649de05
Author:     Johnny_M <klasse at partyheld.de>
AuthorDate: Fri Mar 27 13:46:28 2020 +0100
Commit:     Michael Weghorn <m.weghorn at posteo.de>
CommitDate: Tue Mar 31 15:32:07 2020 +0200

    Translate German variable names
    
    Ende -> End
    
    Change-Id: I51b518ccc00ef9deff581cb760083695289c996e
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91214
    Tested-by: Jenkins
    Reviewed-by: Michael Weghorn <m.weghorn at posteo.de>

diff --git a/sw/source/core/crsr/swcrsr.cxx b/sw/source/core/crsr/swcrsr.cxx
index 95e928df00e5..d4bfe66b05d9 100644
--- a/sw/source/core/crsr/swcrsr.cxx
+++ b/sw/source/core/crsr/swcrsr.cxx
@@ -927,7 +927,7 @@ static bool lcl_MakeSelBkwrd( const SwNode& rSttNd, const SwNode& rEndNd,
 // this method "searches" for all use cases because in SwFindParas is always the
 // correct parameters and respective search method
 sal_uLong SwCursor::FindAll( SwFindParas& rParas,
-                            SwDocPositions nStart, SwDocPositions nEnde,
+                            SwDocPositions nStart, SwDocPositions nEnd,
                             FindRanges eFndRngs, bool& bCancel )
 {
     bCancel = false;
@@ -935,7 +935,7 @@ sal_uLong SwCursor::FindAll( SwFindParas& rParas,
 
     // create region without adding it to the ring
     SwPaM aRegion( *GetPoint() );
-    SwMoveFnCollection const & fnMove = MakeFindRange( nStart, nEnde, &aRegion );
+    SwMoveFnCollection const & fnMove = MakeFindRange( nStart, nEnd, &aRegion );
 
     sal_uLong nFound = 0;
     const bool bMvBkwrd = &fnMove == &fnMoveBackward;


More information about the Libreoffice-commits mailing list