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

New commits:
commit b5d2bf6e060c0fe1034f29947590471693b3ac8f
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sat Dec 17 17:13:23 2022 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sat Dec 17 17:50:16 2022 +0000

    Fix typo
    
    Change-Id: I5e525f8125d5383d1bb4cf49ce3233d49eeec3c9
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/144381
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

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>

Reply via email to