diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2024-03-06 17:03:56 +0100 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2024-03-06 17:08:13 +0100 |
commit | d2beb0a61359f458b5b909fba1dd3452a1d2920d (patch) | |
tree | 234aaadb97e87659b93cc164ab38c8a93f7a05b1 | |
parent | 3eac551bbc02c2b4418b7a86eaa4f265d6854ee9 (diff) |
Fix error in string for TOOLS BASIC library
Change-Id: Iaedecb8ab3b65df5be98aea9004f003549ede0fc
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/164490
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r-- | source/text/sbasic/shared/03/lib_tools.xhp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source/text/sbasic/shared/03/lib_tools.xhp b/source/text/sbasic/shared/03/lib_tools.xhp index 6ce490a599..0c1c3916fe 100644 --- a/source/text/sbasic/shared/03/lib_tools.xhp +++ b/source/text/sbasic/shared/03/lib_tools.xhp @@ -664,8 +664,7 @@ <paragraph id="par_id061420180708329899" role="bascode" localize="false">SearchValue, </paragraph> <paragraph id="par_id061420180708339789" role="bascode" localize="false">SearchIndex as Integer) as Integer</paragraph> </bascode> - <h3 id="hd_id061420180708336858" localize="false">GetIndexForPartString_</h3> - <paragraph role="bascode" id="par_id971529015773531" localize="false">inMultiArray</paragraph> + <h3 id="hd_id061420180708336858" localize="false">GetIndexForPartStringinMultiArray</h3> <paragraph id="par_id061420180708337261" role="paragraph" localize="false">' Searches for a Value in multidimensial Array by querying all Searchindices of the passed dimension </paragraph> <paragraph id="par_id061420180708334301" role="paragraph" localize="false">' and delivers the Index where the Searchvalue is found as a part string</paragraph> <bascode> |