diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-12-20 19:00:44 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-12-21 09:19:35 +0100 |
commit | d7bfa244a8f4f4b2c4fa3eedb5bb804f7542eaef (patch) | |
tree | 03ce6f62671cebca3fa6b35811aabbe1d6edd11b | |
parent | 25ca25ee25278536c56a2ac4a63af91100ce4d2e (diff) |
Fix typo
Change-Id: If3f35326cef033593b69f6f1e3496dd5c283b29d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108053
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
-rw-r--r-- | wizards/source/sfdocuments/SF_Form.xba | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/source/sfdocuments/SF_Form.xba b/wizards/source/sfdocuments/SF_Form.xba index a6c4a074d0b9..1962c54831fe 100644 --- a/wizards/source/sfdocuments/SF_Form.xba +++ b/wizards/source/sfdocuments/SF_Form.xba @@ -261,7 +261,7 @@ REM ---------------------------------------------------------------------------- Public Function CloseFormDocument() As Boolean ''' Close the form document containing the actual form instance ''' The form instance is disposed -''' The method does nothong if the actual form is not located in a Base form document +''' The method does nothing if the actual form is not located in a Base form document ''' Args: ''' Returns: ''' True if closure is successful @@ -731,4 +731,4 @@ Dim sParent As String ' To recognize the parent End Function ' SFDocuments.SF_Form._Repr REM ============================================ END OF SFDOCUMENTS.SF_FORM -</script:module>
\ No newline at end of file +</script:module> |