diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-03-14 14:19:07 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-03-14 14:02:19 +0000 |
commit | c673f0f04a2c1697e96c7fc228e1de33e112aa83 (patch) | |
tree | 8b74744a7368f7bcf8622b48d636c641d44d04be /wizards | |
parent | 248f63cee242bc21451bfa0b6c54f2c9da0b8e99 (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.xba | 4 |
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 _ ''' poInstance: a SF_Dialog or a SF_DialogControl instance ''' psProperty: one of the applicable On properties ("OnFocusGained", "OnMouseMoved", ...) ''' psScript: the script to run when the event is triggered -''' When the zero-length strng, the trigger is deactivated +''' When the zero-length string, the trigger is deactivated Dim bSet As Boolean ' Return value Dim oModel As Object ' com.sun.star.awt.XControlModel @@ -630,4 +630,4 @@ Catch: End Sub ' SFDialogs.SF_Dialoglistener._TriggerEvent REM ============================================ END OF SFDIALOGS.SF_DIALOGLISTENER -</script:module>
\ No newline at end of file +</script:module> |