summaryrefslogtreecommitdiff
path: root/sw/inc/swcrsr.hxx
diff options
context:
space:
mode:
authorJohnny_M <klasse@partyheld.de>2020-03-27 14:01:31 +0100
committerMichael Weghorn <m.weghorn@posteo.de>2020-03-31 15:32:46 +0200
commit778cf3c1d447f90d435e780560a7207c3f4518ba (patch)
treee1831a4a59190f0b41ad0d57ae2201093414a313 /sw/inc/swcrsr.hxx
parent3d552451d4a688229e3599e3180037142649de05 (diff)
Translate German variable names
Ende -> End Change-Id: Idf599738be9b1eaac51da3461edc424fcc83a94e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91217 Tested-by: Jenkins Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Diffstat (limited to 'sw/inc/swcrsr.hxx')
-rw-r--r--sw/inc/swcrsr.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/swcrsr.hxx b/sw/inc/swcrsr.hxx
index d3d23155ff5e..923928887023 100644
--- a/sw/inc/swcrsr.hxx
+++ b/sw/inc/swcrsr.hxx
@@ -114,19 +114,19 @@ public:
// note: DO NOT call it FindText because windows.h
sal_uLong Find_Text( const i18nutil::SearchOptions2& rSearchOpt,
bool bSearchInNotes,
- SwDocPositions nStart, SwDocPositions nEnde,
+ SwDocPositions nStart, SwDocPositions nEnd,
bool& bCancel,
FindRanges,
bool bReplace = false,
SwRootFrame const*const pLayout = nullptr);
sal_uLong FindFormat( const SwTextFormatColl& rFormatColl,
- SwDocPositions nStart, SwDocPositions nEnde,
+ SwDocPositions nStart, SwDocPositions nEnd,
bool& bCancel,
FindRanges,
const SwTextFormatColl* pReplFormat,
SwRootFrame const*const pLayout = nullptr);
sal_uLong FindAttrs( const SfxItemSet& rSet, bool bNoCollections,
- SwDocPositions nStart, SwDocPositions nEnde,
+ SwDocPositions nStart, SwDocPositions nEnd,
bool& bCancel,
FindRanges,
const i18nutil::SearchOptions2* pSearchOpt,