[Libreoffice-commits] core.git: include/unotools
Mike Kaganski (via logerrit)
logerrit at kemper.freedesktop.org
Sun Jul 11 12:58:16 UTC 2021
include/unotools/textsearch.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 797b921afa056d5631ed772a110c5a3e53741bfc
Author: Mike Kaganski <mike.kaganski at collabora.com>
AuthorDate: Sun Jul 11 13:48:12 2021 +0200
Commit: Mike Kaganski <mike.kaganski at collabora.com>
CommitDate: Sun Jul 11 14:57:44 2021 +0200
Fix a comment copy-paste error
Change-Id: I41899d0f9c04070441f8011cb667c6a8d84bf355
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118717
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski at collabora.com>
diff --git a/include/unotools/textsearch.hxx b/include/unotools/textsearch.hxx
index 849f4c8c91f5..140200fec83f 100644
--- a/include/unotools/textsearch.hxx
+++ b/include/unotools/textsearch.hxx
@@ -178,7 +178,7 @@ public:
RETURN values == true: something is found
- pStart start pos of the found text,
- - pStart end pos of the found text,
+ - pEnd end pos of the found text,
- pSrchResult - the search result with all found
positions. Is only filled with more positions
if the regular expression handles groups.
More information about the Libreoffice-commits
mailing list