summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2023-03-14 14:19:45 +0100
committerJulien Nabet <serval2412@yahoo.fr>2023-03-14 14:03:14 +0000
commit048f08e7086f74883e83d24628085690c2305df9 (patch)
tree0ec74c16e588885de0055952f5a86321ce352f51 /wizards
parentc673f0f04a2c1697e96c7fc228e1de33e112aa83 (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.xba2
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)
&apos;&apos;&apos; Triggered by the OnNodeExpanded event of a tree control
&apos;&apos;&apos; The event is triggered thru a com.sun.star.view.XTreeExpansionListener
-&apos;&apos;&apos; The argument is passed to a user routine sstored in the SF_DialogControl instance
+&apos;&apos;&apos; The argument is passed to a user routine stored in the SF_DialogControl instance
&apos;&apos;&apos; as a scripting framework URI
Dim oControl As Object &apos; The SF_DialogControl object having triggered the event