summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rw-r--r--source/text/scalc/01/04060105.xhp10
1 files changed, 5 insertions, 5 deletions
diff --git a/source/text/scalc/01/04060105.xhp b/source/text/scalc/01/04060105.xhp
index 24f8d9729c..5b64c4a65d 100644
--- a/source/text/scalc/01/04060105.xhp
+++ b/source/text/scalc/01/04060105.xhp
@@ -86,7 +86,7 @@
<paragraph xml-lang="en-US" id="par_id3145632" role="paragraph">
<item type="input">=AND(12&lt;13;14&gt;12;7&lt;6)</item> returns FALSE.</paragraph>
<paragraph xml-lang="en-US" id="par_id3149946" role="paragraph">
- <item type="input">=AND (FALSE;TRUE)</item> returns FALSE.</paragraph>
+ <item type="input">=AND(FALSE();TRUE())</item> returns FALSE.</paragraph>
</section>
<section id="Section5">
<bookmark xml-lang="en-US" branch="index" id="bm_id3149015"><bookmark_value>FALSE function</bookmark_value>
@@ -156,7 +156,7 @@
<paragraph xml-lang="en-US" id="par_id3155371" role="paragraph">
<item type="input">=OR(12&lt;11;13&gt;22;45=45)</item> returns TRUE.</paragraph>
<paragraph xml-lang="en-US" id="par_id3158412" role="paragraph">
- <item type="input">=OR(FALSE;TRUE)</item> returns TRUE.</paragraph>
+ <item type="input">=OR(FALSE();TRUE())</item> returns TRUE.</paragraph>
</section>
<section id="Section1">
<bookmark xml-lang="en-US" branch="index" id="bm_id3156256"><bookmark_value>TRUE function</bookmark_value>
@@ -188,11 +188,11 @@
<embed href="text/scalc/01/ful_func.xhp#logical255"/>
<embed href="text/scalc/01/common_func.xhp#sectionexample"/>
<paragraph xml-lang="en-US" id="par_id3083286" role="paragraph">
- <item type="input">=XOR(TRUE;TRUE)</item> returns FALSE</paragraph>
+ <item type="input">=XOR(TRUE();TRUE())</item> returns FALSE</paragraph>
<paragraph xml-lang="en-US" id="par_id3083445" role="paragraph">
- <item type="input">=XOR(TRUE;TRUE;TRUE)</item> returns TRUE</paragraph>
+ <item type="input">=XOR(TRUE();TRUE();TRUE())</item> returns TRUE</paragraph>
<paragraph xml-lang="en-US" id="par_id3154315" role="paragraph">
- <item type="input">=XOR(FALSE;TRUE)</item> returns TRUE</paragraph>
+ <item type="input">=XOR(FALSE();TRUE())</item> returns TRUE</paragraph>
</section>
</sort>
<section id="relatedtopics">