summaryrefslogtreecommitdiff
path: root/wizards/source
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2021-01-13 19:00:53 +0100
committerJulien Nabet <serval2412@yahoo.fr>2021-01-17 16:32:28 +0100
commit25d905d7f88779eecf3776f692efe5539730fbef (patch)
tree630e88942659370c3aace2a2aedcd98021bf30ed /wizards/source
parent5bb291df3c39656cd24a7c379b8764172d48579a (diff)
Fix typo
Change-Id: I0ce46927730cef961bbefd12551b2d56e8fe357d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109240 Tested-by: Jean-Pierre Ledure <jp@ledure.be> Reviewed-by: Jean-Pierre Ledure <jp@ledure.be>
Diffstat (limited to 'wizards/source')
-rw-r--r--wizards/source/sfdocuments/SF_Register.xba6
1 files changed, 3 insertions, 3 deletions
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 _
&apos;&apos;&apos; poObject: a com.sun.star.form.XForm or XControl object
&apos;&apos;&apos; psEvent: the &quot;On...&quot; name of the event
&apos;&apos;&apos; psName: the name of the object to be identified from the parent object
-&apos;&apos;&apos; Returne:
+&apos;&apos;&apos; Returns:
&apos;&apos;&apos; The script to trigger when psEvent occurs
&apos;&apos;&apos; 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 _
&apos;&apos;&apos; psScriptCode: The script to trigger when psEvent occurs
&apos;&apos;&apos; See Scripting Framework URI Specification : https://wiki.openoffice.org/wiki/Documentation/DevGuide/Scripting/Scripting_Framework_URI_Specification
&apos;&apos;&apos; psName: the name of the object to associate with the event
-&apos;&apos;&apos; Returne:
+&apos;&apos;&apos; Returns:
&apos;&apos;&apos; True when successful
Dim oEvent As Object &apos; com.sun.star.script.ScriptEventDescriptor
@@ -509,4 +509,4 @@ Catch:
End Function &apos; SFDocuments.SF_Register._RegisterEventScript
REM ============================================== END OF SFDOCUMENTS.SF_REGISTER
-</script:module> \ No newline at end of file
+</script:module>