diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-01-05 18:47:11 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-01-05 18:03:57 +0000 |
commit | 083b9c5a0c4c426d472fd319e179757145f4e46e (patch) | |
tree | ca5358a3244740caa4f01f0877a29a45589ce0b7 /wizards | |
parent | f83c1353b94fc7dec79d05ac45c11f40f497261d (diff) |
Fix typo
Change-Id: I6a15118c9e0b686c7157a162990b7776362865f2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145100
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_Base.xba | 2 |
1 files changed, 1 insertions, 1 deletions
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 |