summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Fanning <stevemfanning@yahoo.co.uk>2020-05-26 20:03:35 +0200
committerOlivier Hallot <olivier.hallot@libreoffice.org>2020-05-26 21:02:22 +0200
commit190b78fd2add6bb8468cd69f3d6a7bcccd692fef (patch)
treeddd82f5fd94408849eecc56dbb572ebba75ca3cc
parentAdd square brackets around final parameter in syntax statement (to indicate p... (diff)
downloadhelp-190b78fd2add6bb8468cd69f3d6a7bcccd692fef.tar.gz
help-190b78fd2add6bb8468cd69f3d6a7bcccd692fef.zip
Add square brackets around final two parameters in syntax statement (to indicate parameters are optional)
Change-Id: Icbe4f4d834244dc8bb397b0eb5fa5df5d543ddbb Reviewed-on: https://gerrit.libreoffice.org/c/help/+/94840 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r--source/text/scalc/01/04060105.xhp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/scalc/01/04060105.xhp b/source/text/scalc/01/04060105.xhp
index c2de532c2a..c85d57592e 100644
--- a/source/text/scalc/01/04060105.xhp
+++ b/source/text/scalc/01/04060105.xhp
@@ -94,7 +94,7 @@
<h2 id="hd_id3150141">IF</h2>
<paragraph xml-lang="en-US" id="par_id3148740" role="paragraph"><ahelp hid="HID_FUNC_WENN">Specifies a logical test to be performed.</ahelp></paragraph>
<embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
- <paragraph xml-lang="en-US" id="par_id3154558" role="code">IF(Test; ThenValue; OtherwiseValue)</paragraph>
+ <paragraph xml-lang="en-US" id="par_id3154558" role="code">IF(Test[; ThenValue][; OtherwiseValue])</paragraph>
<paragraph xml-lang="en-US" id="par_id3149727" role="paragraph">
<emph>Test</emph> is any value or expression that can be TRUE or FALSE.</paragraph>
<paragraph xml-lang="en-US" id="par_id3155828" role="paragraph">