From 989e6860795416236219c038f3708573054b5626 Mon Sep 17 00:00:00 2001 From: Stanislav Horacek Date: Mon, 2 Jan 2023 20:42:03 +0100 Subject: 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 (cherry picked from commit cedd7a3550c09bef1e1b5d496431c7326e1bd1ec) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/145002 Reviewed-by: Adolfo Jayme Barrientos --- source/text/sbasic/shared/03/sf_datasheet.xhp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source') 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 @@ The Datasheet service can be invoked in two different ways depending on whether the database file is open. The example below considers that the database file is open, hence the UI service can be used to retrieve the document and the OpenTable method from the Database service is used to get a Datasheet service instance. - Dim ui As Object, oBase As Object, oSheet As Object + Dim ui As Object, oBase As Object, oSheet As Object Set ui = CreateScriptService("UI") ' Object oBase is an instance of the Base service Set oBase = ui.GetDocument("C:\Documents\myDB.odb") -- cgit