source/text/scalc/01/04060105.xhp |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

New commits:
commit a9fed471fe915e0ad8053cf21227c5a4d8a31108
Author:     Mike Kaganski <mike.kagan...@collabora.com>
AuthorDate: Thu Sep 22 19:09:34 2022 +0200
Commit:     Mike Kaganski <mike.kagan...@collabora.com>
CommitDate: Thu Sep 22 19:22:07 2022 +0200

    TRUE/FALSE are functions
    
    Samples using them as constants simply don't work
    
    Change-Id: I1cc6199fa418363b3176dd3c2f18d9cc6620957a
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/140385
    Tested-by: Jenkins
    Reviewed-by: Mike Kaganski <mike.kagan...@collabora.com>

diff --git a/source/text/scalc/01/04060105.xhp 
b/source/text/scalc/01/04060105.xhp
index 24f8d9729..5b64c4a65 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">

Reply via email to