summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2023-03-14 14:19:07 +0100
committerJulien Nabet <serval2412@yahoo.fr>2023-03-14 14:02:19 +0000
commitc673f0f04a2c1697e96c7fc228e1de33e112aa83 (patch)
tree8b74744a7368f7bcf8622b48d636c641d44d04be /wizards
parent248f63cee242bc21451bfa0b6c54f2c9da0b8e99 (diff)
Fix typo
Change-Id: Ie08c4c4b6997b13eea7b29f987f994d8a894a331 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148875 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'wizards')
-rw-r--r--wizards/source/sfdialogs/SF_DialogListener.xba4
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/source/sfdialogs/SF_DialogListener.xba b/wizards/source/sfdialogs/SF_DialogListener.xba
index 805a43d8c358..e2c62236a22b 100644
--- a/wizards/source/sfdialogs/SF_DialogListener.xba
+++ b/wizards/source/sfdialogs/SF_DialogListener.xba
@@ -408,7 +408,7 @@ Public Function _SetOnProperty(ByRef poInstance As Object _
&apos;&apos;&apos; poInstance: a SF_Dialog or a SF_DialogControl instance
&apos;&apos;&apos; psProperty: one of the applicable On properties (&quot;OnFocusGained&quot;, &quot;OnMouseMoved&quot;, ...)
&apos;&apos;&apos; psScript: the script to run when the event is triggered
-&apos;&apos;&apos; When the zero-length strng, the trigger is deactivated
+&apos;&apos;&apos; When the zero-length string, the trigger is deactivated
Dim bSet As Boolean &apos; Return value
Dim oModel As Object &apos; com.sun.star.awt.XControlModel
@@ -630,4 +630,4 @@ Catch:
End Sub &apos; SFDialogs.SF_Dialoglistener._TriggerEvent
REM ============================================ END OF SFDIALOGS.SF_DIALOGLISTENER
-</script:module> \ No newline at end of file
+</script:module>