From 8d3da999f45d4db4f79e269baae9f07d48c3e7b8 Mon Sep 17 00:00:00 2001 From: Alain Romedenne Date: Thu, 6 Jan 2022 13:26:20 +0100 Subject: Basic sample correction Change-Id: I1da6b83fba84a06b8da18c20cdfe3787f5c628f8 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/127962 Tested-by: Jenkins Reviewed-by: Alain Romedenne --- source/text/sbasic/shared/03100100.xhp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source') diff --git a/source/text/sbasic/shared/03100100.xhp b/source/text/sbasic/shared/03100100.xhp index cc895b4247..7dd18de938 100644 --- a/source/text/sbasic/shared/03100100.xhp +++ b/source/text/sbasic/shared/03100100.xhp @@ -58,7 +58,7 @@ Sub ExampleCBool Print CBool( 1>2 Xor 44 ) ' computes to True - Print CBool( expression := "15" /2 -7.5 ) ' displays False as expression equals 0 + Print CBool( expression := 15 /2 -7.5 ) ' displays False as expression equals 0 txt = InputBox("Please enter a short sentence:") ' Proof if the character "a" appears in the sentence. ' Instead of the command line -- cgit