diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-03-14 14:19:45 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-03-14 14:03:14 +0000 |
commit | 048f08e7086f74883e83d24628085690c2305df9 (patch) | |
tree | 0ec74c16e588885de0055952f5a86321ce352f51 /wizards | |
parent | c673f0f04a2c1697e96c7fc228e1de33e112aa83 (diff) |
Fix typo
Change-Id: I9a46298fe53880cd84aa1cb9713e576eece3d2f1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148877
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/source/sfdialogs/SF_DialogListener.xba b/wizards/source/sfdialogs/SF_DialogListener.xba index e2c62236a22b..77e7f45ba4dc 100644 --- a/wizards/source/sfdialogs/SF_DialogListener.xba +++ b/wizards/source/sfdialogs/SF_DialogListener.xba @@ -48,7 +48,7 @@ REM ---------------------------------------------------------------------------- Public Sub _SFEXP_requestChildNodes(Optional ByRef poEvent As Object) ''' Triggered by the OnNodeExpanded event of a tree control ''' The event is triggered thru a com.sun.star.view.XTreeExpansionListener -''' The argument is passed to a user routine sstored in the SF_DialogControl instance +''' The argument is passed to a user routine stored in the SF_DialogControl instance ''' as a scripting framework URI Dim oControl As Object ' The SF_DialogControl object having triggered the event |