summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStanislav Horacek <stanislav.horacek@gmail.com>2022-07-10 16:30:39 +0200
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2022-07-14 12:42:47 +0200
commit344b7233a1d0e8ac4178fac064a76f0e746c11c5 (patch)
tree3b073a09c85a6501ef6e2506a20db4062ebb539d
parentDocument the new UnitTest service of the ScriptForge library (diff)
downloadhelp-344b7233a1d0e8ac4178fac064a76f0e746c11c5.tar.gz
help-344b7233a1d0e8ac4178fac064a76f0e746c11c5.zip
fix Number2Text example
Change-Id: I20b3a7741fcee1901cf8a064dd9f6aaa39d91114 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/136950 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> (cherry picked from commit da77183bccce7c5d478e87aef6524e64d30dadfb) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/137055
-rw-r--r--source/text/sbasic/shared/03/sf_region.xhp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/sbasic/shared/03/sf_region.xhp b/source/text/sbasic/shared/03/sf_region.xhp
index 9abf7a1301..2fee97f171 100644
--- a/source/text/sbasic/shared/03/sf_region.xhp
+++ b/source/text/sbasic/shared/03/sf_region.xhp
@@ -477,7 +477,7 @@
<embed href="text/sbasic/shared/00000003.xhp#In_Basic"/>
<bascode>
<paragraph role="bascode" id="bas_id301656027173020">' Returns "one hundred five"</paragraph>
- <paragraph role="bascode" localize="false" id="bas_id851656454602974">Dum numText As String</paragraph>
+ <paragraph role="bascode" localize="false" id="bas_id851656454602974">Dim numText As String</paragraph>
<paragraph role="bascode" id="bas_id531656022496631">numText = oRegion.Number2Text(105, "en-US")</paragraph>
<paragraph role="bascode" id="bas_id771656027217144">' Returns: "two point four two"</paragraph>
<paragraph role="bascode" id="bas_id201656022493367">numText = oRegion.Number2Text(2.42, "en-US")</paragraph>