diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-08-25 16:06:16 +0200 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2023-08-25 16:17:17 +0200 |
commit | 1120b5793d455cf4bda04fb01c8ee3b62934e368 (patch) | |
tree | 55bf7ba3770a17ec48db53cd2d289a915e455429 /source/text/sbasic | |
parent | 07d0a97995ad6ea6f853e499b187fbe4ab8d4551 (diff) |
Fix typo
Change-Id: I1aa7bb120b7b025b63b53717d1e76500719c5885
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/156111
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'source/text/sbasic')
-rw-r--r-- | source/text/sbasic/shared/03/sf_formdocument.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/sbasic/shared/03/sf_formdocument.xhp b/source/text/sbasic/shared/03/sf_formdocument.xhp index 606c4918e0..a2c747c80a 100644 --- a/source/text/sbasic/shared/03/sf_formdocument.xhp +++ b/source/text/sbasic/shared/03/sf_formdocument.xhp @@ -136,7 +136,7 @@ <input>svc.Forms(form: int): svc</input> </paragraph> <embed href="text/sbasic/shared/00000003.xhp#functparameters"/> - <paragraph role="paragraph" id="par_id211692538352686"><emph>form</emph>: This argument can be either a string with the name of a form that exists in the form document or the zero-based index of the form that shall be returned. If this argument is not specifiec, then an array with the name of all available forms is returned.</paragraph> + <paragraph role="paragraph" id="par_id211692538352686"><emph>form</emph>: This argument can be either a string with the name of a form that exists in the form document or the zero-based index of the form that shall be returned. If this argument is not specific, then an array with the name of all available forms is returned.</paragraph> <embed href="text/sbasic/shared/00000003.xhp#functexample"/> <embed href="text/sbasic/shared/00000003.xhp#In_Basic"/> <paragraph role="paragraph" id="par_id151692537703209">The following example checks if the form document contains a form named "MainForm":</paragraph> |