summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStanislav Horacek <stanislav.horacek@gmail.com>2023-01-02 20:42:03 +0100
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2023-01-04 10:34:05 +0000
commit989e6860795416236219c038f3708573054b5626 (patch)
tree37a2b316f95d451629f18e03b1728baea7dadc57
parentjanitor - the announce is not meant to be part of the dependencies (diff)
downloadhelp-989e6860795416236219c038f3708573054b5626.tar.gz
help-989e6860795416236219c038f3708573054b5626.zip
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.hallot@libreoffice.org> (cherry picked from commit cedd7a3550c09bef1e1b5d496431c7326e1bd1ec) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/145002 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-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 ca6dbd8775..b929c2c3f6 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>