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

New commits:
commit 0e8131128326f9a2f8476bf3b72f9a7b45476750
Author:     Bogdan B <buzea.bog...@libreoffice.org>
AuthorDate: Sun Nov 6 20:58:03 2022 +0200
Commit:     Adolfo Jayme Barrientos <fit...@ubuntu.com>
CommitDate: Mon Nov 7 19:53:01 2022 +0100

    tdf#150369 IsMissing Function explanation
    
    Change-Id: I10a25151109d4048fdbf8eca596f0f1e334092a2
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/142300
    Tested-by: Jenkins
    Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>

diff --git a/source/text/sbasic/shared/03104000.xhp 
b/source/text/sbasic/shared/03104000.xhp
index f12213c9f0..47a8ecae8f 100644
--- a/source/text/sbasic/shared/03104000.xhp
+++ b/source/text/sbasic/shared/03104000.xhp
@@ -43,7 +43,7 @@
 <paragraph role="heading" id="hd_id3145069" xml-lang="en-US" 
level="2">Parameters:</paragraph>
 <paragraph role="paragraph" id="par_id3149457" xml-lang="en-US">
 <emph>ArgumentName:</emph> the name of an optional argument.</paragraph>
-<paragraph role="paragraph" id="par_id3150398" xml-lang="en-US">If the 
IsMissing function is called by the ArgumentName, then True is 
returned.</paragraph>
+<paragraph role="paragraph" id="par_id3150398" xml-lang="en-US">IsMissing 
returns True if no value has been passed for the ArgumentName; otherwise, it 
returns False.</paragraph>
 <paragraph role="paragraph" id="par_id3148798" xml-lang="en-US">See also <link 
href="text/sbasic/guide/sample_code.xhp" 
name="Examples">Examples</link>.</paragraph>
 <embed href="text/sbasic/shared/00000003.xhp#errorcode"/>
 <embed href="text/sbasic/shared/00000003.xhp#err5"/>

Reply via email to