diff options
author | Rafael Lima <rafael.palma.lima@gmail.com> | 2021-05-03 20:30:39 +0200 |
---|---|---|
committer | Alain Romedenne <alain.romedenne@libreoffice.org> | 2021-05-04 10:34:42 +0200 |
commit | 1cffc3bf789fa475b7fd41724bba5f2ba03d9e36 (patch) | |
tree | 928a0a4f11953448d520954f74347ce845561760 /source | |
parent | c5a46fef4b734a0f3a9754d0e158fd322db44ff6 (diff) |
Fix <literal> tag in sf_formcontrol Help file
Change-Id: I7c59c9925a869244dc223d4088176ef73be49c85
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/114926
Tested-by: Jenkins
Reviewed-by: Alain Romedenne <alain.romedenne@libreoffice.org>
Diffstat (limited to 'source')
-rw-r--r-- | source/text/sbasic/shared/03/sf_formcontrol.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/sbasic/shared/03/sf_formcontrol.xhp b/source/text/sbasic/shared/03/sf_formcontrol.xhp index b7cff9eca4..533094e206 100644 --- a/source/text/sbasic/shared/03/sf_formcontrol.xhp +++ b/source/text/sbasic/shared/03/sf_formcontrol.xhp @@ -51,7 +51,7 @@ </bookmark> <h2 id="hd_id581582885621841" xml-lang="en-US">Service invocation</h2> - <paragraph role="paragraph" id="par_id361598174756160" xml-lang="en-US">The <literal>FormControl</literal><literal></literal> service is invoked from an existing <literal>Form</literal> service instance through its <literal>Controls</literal> method.</paragraph> + <paragraph role="paragraph" id="par_id361598174756160" xml-lang="en-US">The <literal>FormControl</literal> service is invoked from an existing <literal>Form</literal> service instance through its <literal>Controls</literal> method.</paragraph> <bascode> <paragraph role="bascode" localize="false" id="bas_id791598453192421">Dim oDoc as Object, myForm As Object, myControl As Object</paragraph> <paragraph role="bascode" localize="false" id="bas_id351618773083772">Set oDoc = CreateScriptService("SFDocuments.Document", ThisDataBaseDocument)</paragraph> |