From fd7e4706d80d1769803b7b4ac57df4c80a5c80f2 Mon Sep 17 00:00:00 2001 From: Johnny_M Date: Fri, 27 Mar 2020 14:14:11 +0100 Subject: Translate German variable names Ende -> End Change-Id: Ia3df5ee48e0d61051d99ac93e62c8a6dceafb41d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91218 Tested-by: Jenkins Reviewed-by: Michael Weghorn --- include/unotools/textsearch.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/unotools') diff --git a/include/unotools/textsearch.hxx b/include/unotools/textsearch.hxx index 14a9558f237e..68af444d8023 100644 --- a/include/unotools/textsearch.hxx +++ b/include/unotools/textsearch.hxx @@ -183,7 +183,7 @@ public: /* search in the (selected) text the search string: rScrTxt - the text, in which we search pStart - start position for the search - pEnde - end position for the search + pEnd - end position for the search RETURN values == true: something is found - pStart start pos of the found text, @@ -192,7 +192,7 @@ public: positions. Is only filled with more positions if the regular expression handles groups. - == false: nothing found, pStart,pEnde unchanged. + == false: nothing found, pStart, pEnd unchanged. Definitions: start pos always inclusive, end pos always exclusive! The position must always in the right direction! -- cgit