summaryrefslogtreecommitdiff
path: root/source/text/sbasic
diff options
context:
space:
mode:
authorAlain Romedenne <LibreOfficiant@gerrit.libreoffice.org>2022-01-06 13:26:20 +0100
committerAlain Romedenne <LibreOfficiant@gerrit.libreoffice.org>2022-01-06 13:35:19 +0100
commit8d3da999f45d4db4f79e269baae9f07d48c3e7b8 (patch)
treeebaa702cc9ff9e046a9b3787646c60121fd66463 /source/text/sbasic
parentb4685908844ed4891a29d5b024db8dfb493d4933 (diff)
Basic sample correction
Change-Id: I1da6b83fba84a06b8da18c20cdfe3787f5c628f8 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/127962 Tested-by: Jenkins Reviewed-by: Alain Romedenne
Diffstat (limited to 'source/text/sbasic')
-rw-r--r--source/text/sbasic/shared/03100100.xhp2
1 files changed, 1 insertions, 1 deletions
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 @@
<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>