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

New commits:
commit 8d3da999f45d4db4f79e269baae9f07d48c3e7b8
Author:     Alain Romedenne <libreoffici...@gerrit.libreoffice.org>
AuthorDate: Thu Jan 6 13:26:20 2022 +0100
Commit:     Alain Romedenne <libreoffici...@gerrit.libreoffice.org>
CommitDate: Thu Jan 6 13:35:19 2022 +0100

    Basic sample correction
    
    Change-Id: I1da6b83fba84a06b8da18c20cdfe3787f5c628f8
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/127962
    Tested-by: Jenkins
    Reviewed-by: Alain Romedenne

diff --git a/source/text/sbasic/shared/03100100.xhp 
b/source/text/sbasic/shared/03100100.xhp
index cc895b424..7dd18de93 100644
--- a/source/text/sbasic/shared/03100100.xhp
+++ b/source/text/sbasic/shared/03100100.xhp
@@ -58,7 +58,7 @@
 <bascode>
 <paragraph id="par_idm1340987280" role="bascode" localize="false">Sub 
ExampleCBool</paragraph>
 <paragraph role="bascode" id="bas_id961636989038747" xml-lang="en-US">    
Print CBool( 1>2 Xor 44 ) ' computes to True</paragraph>
-<paragraph role="bascode" id="bas_id991636996682074" xml-lang="en-US">    
Print CBool( expression := "15" /2 -7.5 ) ' displays False as expression equals 
0</paragraph>
+<paragraph role="bascode" id="bas_id991636996682074" xml-lang="en-US">    
Print CBool( expression := 15 /2 -7.5 ) ' displays False as expression equals 
0</paragraph>
 <paragraph id="par_id3155132" role="bascode" xml-lang="en-US">    txt = 
InputBox("Please enter a short sentence:")</paragraph>
 <paragraph id="par_id3155855" role="bascode" xml-lang="en-US">    ' Proof if 
the character "a" appears in the sentence.</paragraph>
 <paragraph id="par_id3146984" role="bascode" xml-lang="en-US">    ' Instead of 
the command line</paragraph>

Reply via email to