diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2021-07-11 13:48:12 +0200 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2021-07-11 14:57:44 +0200 |
commit | 797b921afa056d5631ed772a110c5a3e53741bfc (patch) | |
tree | 309460b69264a8edfeaa4acec8eee13ecfaffd3e /include | |
parent | a7eb2f57d8e586577679ecd085b9aa90746ec36b (diff) |
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@collabora.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/unotools/textsearch.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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. |