wizards/source/sfdocuments/SF_Base.xba | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 083b9c5a0c4c426d472fd319e179757145f4e46e Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Thu Jan 5 18:47:11 2023 +0100 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Thu Jan 5 18:03:57 2023 +0000 Fix typo Change-Id: I6a15118c9e0b686c7157a162990b7776362865f2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145100 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/wizards/source/sfdocuments/SF_Base.xba b/wizards/source/sfdocuments/SF_Base.xba index 24d1e1b0997b..e39b251bc6bc 100644 --- a/wizards/source/sfdocuments/SF_Base.xba +++ b/wizards/source/sfdocuments/SF_Base.xba @@ -470,7 +470,7 @@ Public Function OpenFormDocument(Optional ByVal FormDocument As Variant _ ''' Exceptions: ''' Form name is invalid ''' Example: -''' Set oForm = oDoc.OpenFormDocument("Folbder1/myFormDocument") +''' Set oForm = oDoc.OpenFormDocument("Folder1/myFormDocument") Dim oOpen As Object ' Return value Dim vFormNames As Variant ' Array of all document form names present in the document