diff options
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> |