wizards/source/sfdialogs/SF_DialogListener.xba | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 048f08e7086f74883e83d24628085690c2305df9 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Tue Mar 14 14:19:45 2023 +0100 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Tue Mar 14 14:03:14 2023 +0000 Fix typo Change-Id: I9a46298fe53880cd84aa1cb9713e576eece3d2f1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148877 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> 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