summaryrefslogtreecommitdiff
path: root/source/text/sbasic/shared
diff options
context:
space:
mode:
authorStanislav Horacek <stanislav.horacek@gmail.com>2023-01-02 20:42:03 +0100
committerOlivier Hallot <olivier.hallot@libreoffice.org>2023-01-03 18:44:38 +0000
commitcedd7a3550c09bef1e1b5d496431c7326e1bd1ec (patch)
tree548c6688c85c47c3925a1fe2cc3dabbed765412f /source/text/sbasic/shared
parent191a9d96b89735575cf352f7e8356c6bb6716ad6 (diff)
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>
Diffstat (limited to 'source/text/sbasic/shared')
-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 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>