source/text/sbasic/shared/calc_functions.xhp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2e2c9a736ac622fcf032094ede32709dcf62f1ae
Author:     Olivier Hallot <olivier.hal...@libreoffice.org>
AuthorDate: Thu Jan 6 15:14:51 2022 +0100
Commit:     Olivier Hallot <olivier.hal...@libreoffice.org>
CommitDate: Thu Jan 6 15:18:46 2022 +0100

    Typo
    
    Change-Id: Ic52b4fdd51e17ac5a55f18257d19e70d4ba7efac
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/127964
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hal...@libreoffice.org>

diff --git a/source/text/sbasic/shared/calc_functions.xhp 
b/source/text/sbasic/shared/calc_functions.xhp
index 7ac121088..4d4d7b97e 100644
--- a/source/text/sbasic/shared/calc_functions.xhp
+++ b/source/text/sbasic/shared/calc_functions.xhp
@@ -39,7 +39,7 @@
     <paragraph role="bascode" localize="false" id="bas_id831629987890360">    
MyVlook = oService.callFunction("VLOOKUP", Array(Lookup, DataArray, Index, 
SortedRangeLookup))</paragraph>
     <paragraph role="bascode" localize="false" id="bas_id91629987891281">End 
Function</paragraph>
   </bascode>
-  <paragraph role="paragraph" id="par_id241629988142878">The macro below 
presents an example of how the <literal>MyVlook</literal> function can be 
called. If first creates a 5-by-2 data array and then calls the function 
<literal>MyVlook</literal> and shows the returned value using 
<literal>MsgBox</literal>.</paragraph>
+  <paragraph role="paragraph" id="par_id241629988142878">The macro below 
presents an example of how the <literal>MyVlook</literal> function can be 
called. It first creates a 5-by-2 data array and then calls the function 
<literal>MyVlook</literal> and shows the returned value using 
<literal>MsgBox</literal>.</paragraph>
   <bascode>
     <paragraph role="bascode" localize="false" id="bas_id221629988249322">Sub 
CallingMyVlook()</paragraph>
     <paragraph role="bascode" id="bas_id331629988249519">    ' Creates a 5 by 
2 array and fills it with data</paragraph>

Reply via email to