source/text/sbasic/shared/03/lib_tools.xhp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
New commits: commit d2beb0a61359f458b5b909fba1dd3452a1d2920d Author: Olivier Hallot <olivier.hal...@libreoffice.org> AuthorDate: Wed Mar 6 17:03:56 2024 +0100 Commit: Olivier Hallot <olivier.hal...@libreoffice.org> CommitDate: Wed Mar 6 17:08:13 2024 +0100 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.hal...@libreoffice.org> 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>