diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-01-05 18:47:17 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-01-05 18:04:35 +0000 |
commit | 77108bf6a6a5e59eb8cf972e614edd90d24d1bdc (patch) | |
tree | a3bd34d7c7ecda10e08768ddf064e6ea42164773 /wizards | |
parent | 083b9c5a0c4c426d472fd319e179757145f4e46e (diff) |
Fix typo
Change-Id: I963f340e0da9a0e7bc50bd1ee8c73f28c8edb6de
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145101
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'wizards')
-rw-r--r-- | wizards/source/sfdocuments/SF_Form.xba | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/source/sfdocuments/SF_Form.xba b/wizards/source/sfdocuments/SF_Form.xba index 10b84622d5e5..cc7c2aecf34f 100644 --- a/wizards/source/sfdocuments/SF_Form.xba +++ b/wizards/source/sfdocuments/SF_Form.xba @@ -24,7 +24,7 @@ Option Explicit ''' Definitions: ''' ''' FormDocument: BASE DOCUMENTS ONLY -''' For usual documents, there is only 1 forms cpntainer. It is either the document itself or one of its sheets (Calc) +''' For usual documents, there is only 1 forms container. It is either the document itself or one of its sheets (Calc) ''' A Base document may contain an unlimited number of form documents. ''' In the Base terminology they are called "forms" or "Base forms". This could create some confusion. ''' They can be organized in folders. Their name is then always the full path of folders + form |