diff options
author | Johnny_M <klasse@partyheld.de> | 2020-03-27 13:59:40 +0100 |
---|---|---|
committer | Michael Weghorn <m.weghorn@posteo.de> | 2020-03-31 15:36:10 +0200 |
commit | 474a96a7743466ed5c9e225f9bec977447e5c152 (patch) | |
tree | 6788f98492dfabc321e9aee386c3f0f4cb959b8f /sw/inc/swscanner.hxx | |
parent | 1823b8ff7892bef50c521a0e90fc317b834d5d11 (diff) |
Translate German variable names
Ende -> End
Change-Id: I1b53861b16510c8e41c0d8d46df17103f988c323
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91216
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Diffstat (limited to 'sw/inc/swscanner.hxx')
-rw-r--r-- | sw/inc/swscanner.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/swscanner.hxx b/sw/inc/swscanner.hxx index de273d679b8b..a59d006b2866 100644 --- a/sw/inc/swscanner.hxx +++ b/sw/inc/swscanner.hxx @@ -49,12 +49,12 @@ class SwScanner public: SwScanner(const std::function<LanguageType(sal_Int32, sal_Int32, bool)>& pGetLangOfChar, const OUString& rText, const LanguageType* pLang, const ModelToViewHelper& rConvMap, - sal_uInt16 nWordType, sal_Int32 nStart, sal_Int32 nEnde, bool bClip = false); + sal_uInt16 nWordType, sal_Int32 nStart, sal_Int32 nEnd, bool bClip = false); SwScanner( const SwTextNode& rNd, const OUString& rText, const LanguageType* pLang, const ModelToViewHelper& rConvMap, sal_uInt16 nWordType, - sal_Int32 nStart, sal_Int32 nEnde, bool bClip = false ); + sal_Int32 nStart, sal_Int32 nEnd, bool bClip = false ); // This next word function tries to find the language for the next word // It should currently _not_ be used for spell checking, and works only for |