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

New commits:
commit cedd7a3550c09bef1e1b5d496431c7326e1bd1ec
Author:     Stanislav Horacek <stanislav.hora...@gmail.com>
AuthorDate: Mon Jan 2 20:42:03 2023 +0100
Commit:     Olivier Hallot <olivier.hal...@libreoffice.org>
CommitDate: Tue Jan 3 18:44:38 2023 +0000

    mark Basic code as not localizable
    
    Change-Id: Ic9ddc042c33c98fc5e73c2beb7ad65801adf9d38
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/144966
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hal...@libreoffice.org>

diff --git a/source/text/sbasic/shared/03/sf_datasheet.xhp 
b/source/text/sbasic/shared/03/sf_datasheet.xhp
index ff0df518cb..77761d9395 100644
--- a/source/text/sbasic/shared/03/sf_datasheet.xhp
+++ b/source/text/sbasic/shared/03/sf_datasheet.xhp
@@ -43,7 +43,7 @@
   <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 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_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>
     <paragraph role="bascode" id="bas_id981671039972329">' Object oBase is an 
instance of the Base service</paragraph>
     <paragraph role="bascode" localize="false" id="bas_id321619033409042">Set 
oBase = ui.GetDocument("C:\Documents\myDB.odb")</paragraph>

Reply via email to