[Libreoffice-commits] help.git: source/text
Rafael Lima (via logerrit)
logerrit at kemper.freedesktop.org
Tue May 4 08:35:02 UTC 2021
source/text/sbasic/shared/03/sf_formcontrol.xhp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 1cffc3bf789fa475b7fd41724bba5f2ba03d9e36
Author: Rafael Lima <rafael.palma.lima at gmail.com>
AuthorDate: Mon May 3 20:30:39 2021 +0200
Commit: Alain Romedenne <alain.romedenne at libreoffice.org>
CommitDate: Tue May 4 10:34:42 2021 +0200
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 at libreoffice.org>
diff --git a/source/text/sbasic/shared/03/sf_formcontrol.xhp b/source/text/sbasic/shared/03/sf_formcontrol.xhp
index b7cff9eca..533094e20 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>
More information about the Libreoffice-commits
mailing list