diff options
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 |