[Libreoffice-commits] core.git: wizards/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Mon Dec 21 08:20:15 UTC 2020
wizards/source/sfdocuments/SF_Form.xba | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit d7bfa244a8f4f4b2c4fa3eedb5bb804f7542eaef
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Dec 20 19:00:44 2020 +0100
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Mon Dec 21 09:19:35 2020 +0100
Fix typo
Change-Id: If3f35326cef033593b69f6f1e3496dd5c283b29d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108053
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Jenkins
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>
More information about the Libreoffice-commits
mailing list