From 0e8131128326f9a2f8476bf3b72f9a7b45476750 Mon Sep 17 00:00:00 2001 From: Bogdan B Date: Sun, 6 Nov 2022 20:58:03 +0200 Subject: 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 --- source/text/sbasic/shared/03104000.xhp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source') 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 @@ Parameters: ArgumentName: the name of an optional argument. -If the IsMissing function is called by the ArgumentName, then True is returned. +IsMissing returns True if no value has been passed for the ArgumentName; otherwise, it returns False. See also Examples. -- cgit