[Libreoffice-commits] core.git: wizards/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Sun Jan 17 15:33:11 UTC 2021
wizards/source/sfdocuments/SF_Register.xba | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 25d905d7f88779eecf3776f692efe5539730fbef
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Jan 13 19:00:53 2021 +0100
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun Jan 17 16:32:28 2021 +0100
Fix typo
Change-Id: I0ce46927730cef961bbefd12551b2d56e8fe357d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109240
Tested-by: Jean-Pierre Ledure <jp at ledure.be>
Reviewed-by: Jean-Pierre Ledure <jp at ledure.be>
diff --git a/wizards/source/sfdocuments/SF_Register.xba b/wizards/source/sfdocuments/SF_Register.xba
index b83518d9491c..5ddb307ba7a0 100644
--- a/wizards/source/sfdocuments/SF_Register.xba
+++ b/wizards/source/sfdocuments/SF_Register.xba
@@ -267,7 +267,7 @@ Public Function _GetEventScriptCode(poObject As Object _
''' poObject: a com.sun.star.form.XForm or XControl object
''' psEvent: the "On..." name of the event
''' psName: the name of the object to be identified from the parent object
-''' Returne:
+''' Returns:
''' The script to trigger when psEvent occurs
''' See Scripting Framework URI Specification : https://wiki.openoffice.org/wiki/Documentation/DevGuide/Scripting/Scripting_Framework_URI_Specification
@@ -458,7 +458,7 @@ Public Function _RegisterEventScript(poObject As Object _
''' psScriptCode: The script to trigger when psEvent occurs
''' See Scripting Framework URI Specification : https://wiki.openoffice.org/wiki/Documentation/DevGuide/Scripting/Scripting_Framework_URI_Specification
''' psName: the name of the object to associate with the event
-''' Returne:
+''' Returns:
''' True when successful
Dim oEvent As Object ' com.sun.star.script.ScriptEventDescriptor
@@ -509,4 +509,4 @@ Catch:
End Function ' SFDocuments.SF_Register._RegisterEventScript
REM ============================================== END OF SFDOCUMENTS.SF_REGISTER
-</script:module>
\ No newline at end of file
+</script:module>
More information about the Libreoffice-commits
mailing list