diff options
author | Alain Romedenne <alain.romedenne@libreoffice.org> | 2021-04-14 17:33:09 +0200 |
---|---|---|
committer | Rafael Lima <rafael.palma.lima@gmail.com> | 2021-04-14 18:44:22 +0200 |
commit | 49d33b45fd6c0d6b4c514a95bb5aceab37199abf (patch) | |
tree | ceba845df08ae105662744cc3750fdf6c151ebb4 | |
parent | 5ba538ce7121b2733824ff71f0e553d004429247 (diff) |
Typo in sf_forms
Change-Id: I8a70e9b81713a049f1e3ea96fd1dd8faefb0c615
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/114003
Tested-by: Jenkins
Reviewed-by: Rafael Lima <rafael.palma.lima@gmail.com>
-rw-r--r-- | source/text/sbasic/shared/03/sf_form.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/sbasic/shared/03/sf_form.xhp b/source/text/sbasic/shared/03/sf_form.xhp index 2ca860c7a6..955f0bc800 100644 --- a/source/text/sbasic/shared/03/sf_form.xhp +++ b/source/text/sbasic/shared/03/sf_form.xhp @@ -568,7 +568,7 @@ <paragraph role="bascode" id="bas_id201618228487565">'Activates the form</paragraph> <paragraph role="bascode" localize="false" id="bas_id361598179135096">myForm.Activate()</paragraph> </bascode> - <paragraph role="paragraph" id="par_id661618228523419">To use the method Activate with other %PRODUCTNAME documents, read <link href="text/sbasic/shared/03/sf_form.xhp#ServiceInvocation" name="FormServiceInvocation">Service inovcation</link> above.</paragraph> + <paragraph role="paragraph" id="par_id661618228523419">To use the method Activate with other %PRODUCTNAME documents, read <link href="text/sbasic/shared/03/sf_form.xhp#ServiceInvocation" name="FormServiceInvocation">Service invocation</link> above.</paragraph> <note id="par_id81618228720782"><literal>ThisComponent</literal> is valid for Calc and Writer documents. For Base documents use <literal>ThisDataBaseDocument</literal>.</note> </section> |