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

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


 sw/inc/swscanner.hxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 474a96a7743466ed5c9e225f9bec977447e5c152
Author:     Johnny_M <klasse at partyheld.de>
AuthorDate: Fri Mar 27 13:59:40 2020 +0100
Commit:     Michael Weghorn <m.weghorn at posteo.de>
CommitDate: Tue Mar 31 15:36:10 2020 +0200

    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 at posteo.de>

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


More information about the Libreoffice-commits mailing list