summaryrefslogtreecommitdiff
path: root/source/text/sbasic/shared/03/sf_datasheet.xhp
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2022-12-17 17:13:23 +0100
committerJulien Nabet <serval2412@yahoo.fr>2022-12-17 17:50:16 +0000
commitb5d2bf6e060c0fe1034f29947590471693b3ac8f (patch)
treeb7d3c068db6321693cbd98c12339e2b7c96d1b2b /source/text/sbasic/shared/03/sf_datasheet.xhp
parent05b3bc39b778168e923ee1cec49fa17c6b0f92ab (diff)
Fix typo
Change-Id: I5e525f8125d5383d1bb4cf49ce3233d49eeec3c9 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/144381 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'source/text/sbasic/shared/03/sf_datasheet.xhp')
-rw-r--r--source/text/sbasic/shared/03/sf_datasheet.xhp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/sbasic/shared/03/sf_datasheet.xhp b/source/text/sbasic/shared/03/sf_datasheet.xhp
index c201f8a1d1..c3789005a0 100644
--- a/source/text/sbasic/shared/03/sf_datasheet.xhp
+++ b/source/text/sbasic/shared/03/sf_datasheet.xhp
@@ -41,7 +41,7 @@
<embed href="text/sbasic/shared/03/lib_ScriptForge.xhp#importLibs"/>
<embed href="text/sbasic/shared/00000003.xhp#In_Basic"/>
<paragraph role="paragraph" id="par_id311619033224680">The <literal>Datasheet</literal> service can be invoked in two different ways depending on whether the database file is open.</paragraph>
- <paragraph role="paragraph" id="par_id781671108693239">The example below considers that the database file is open, hence the <literal>UI</literal> service can be used to retireve the document and the <literal>OpenTable</literal> method from the <literal>Database</literal> service is used to get a <literal>Datasheet</literal> service instance.</paragraph>
+ <paragraph role="paragraph" id="par_id781671108693239">The example below considers that the database file is open, hence the <literal>UI</literal> service can be used to retrieve the document and the <literal>OpenTable</literal> method from the <literal>Database</literal> service is used to get a <literal>Datasheet</literal> service instance.</paragraph>
<bascode>
<paragraph role="bascode" id="bas_id561671040218003">Dim ui As Object, oBase As Object, oSheet As Object</paragraph>
<paragraph role="bascode" localize="false" id="bas_id791619033406225">Set ui = CreateScriptService("UI")</paragraph>