diff options
author | Stanislav Horacek <stanislav.horacek@gmail.com> | 2023-11-28 19:16:13 +0100 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2023-12-02 12:57:52 +0100 |
commit | a0058e57883886e2249e4fc2d03e15454f267f4b (patch) | |
tree | c73d6942207f31b9c61f5093d00058cf22e28bda /source | |
parent | 34d58970fae2b79958754584c3892512e5648bde (diff) |
mark bookmarks and paragraph in SF FormDocument as translatable
Change-Id: I5867af5313ca86b11b79d59b6a042b16ce9dfee0
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/160053
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source')
-rw-r--r-- | source/text/sbasic/shared/03/sf_formdocument.xhp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/text/sbasic/shared/03/sf_formdocument.xhp b/source/text/sbasic/shared/03/sf_formdocument.xhp index bd11e9a18b..696f610276 100644 --- a/source/text/sbasic/shared/03/sf_formdocument.xhp +++ b/source/text/sbasic/shared/03/sf_formdocument.xhp @@ -17,7 +17,7 @@ </meta> <body> - <bookmark localize="false" branch="index" id="bm_id41582391760252"> + <bookmark branch="index" id="bm_id41582391760252"> <bookmark_value>FormDocument service</bookmark_value> </bookmark> @@ -44,7 +44,7 @@ <paragraph role="bascode" localize="false" id="bas_id571692491035953">' ...</paragraph> <paragraph role="bascode" localize="false" id="bas_id591692491043313">oFormDoc.CloseDocument()</paragraph> </bascode> - <paragraph role="paragraph" localize="false" id="par_id591692487747857">The following example uses the <literal>Database</literal> service to open the form document. In this case, the Base file will not be opened and only the form document will be shown.</paragraph> + <paragraph role="paragraph" id="par_id591692487747857">The following example uses the <literal>Database</literal> service to open the form document. In this case, the Base file will not be opened and only the form document will be shown.</paragraph> <bascode> <paragraph role="bascode" localize="false" id="bas_id551692487833051">Dim oDatabase As Object, oFormDoc As Object</paragraph> <paragraph role="bascode" localize="false" id="bas_id191692487833284">oDatabase = CreateScriptService("Database", "C:\Documents\MyDatabase.odb")</paragraph> |