summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorJohnny_M <klasse@partyheld.de>2020-03-27 13:46:28 +0100
committerMichael Weghorn <m.weghorn@posteo.de>2020-03-31 15:32:07 +0200
commit3d552451d4a688229e3599e3180037142649de05 (patch)
tree833aa1b3c8f701de7fa389dcd17711beeffefd28 /sw
parent314dfedd8faf271246a9851113a3bab923edb090 (diff)
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@posteo.de>
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/crsr/swcrsr.cxx4
1 files changed, 2 insertions, 2 deletions
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;