summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-12-04 00:15:42 +0100
committerJean-Pierre Ledure <jp@ledure.be>2020-12-04 15:54:20 +0100
commitb760e1f28840ae5ecce0c00201fa058c17334203 (patch)
tree8b2b0da3a1f84a6ecae94ab65aabc54abf33ce3b /wizards
parent7b4d3dde79992c80c62475c63dc6aebf5a210fb2 (diff)
Fix typo
Change-Id: I26d4878c4e555c3760aec442d0a27b753ba2fc90 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107184 Tested-by: Jenkins Reviewed-by: Jean-Pierre Ledure <jp@ledure.be>
Diffstat (limited to 'wizards')
-rw-r--r--wizards/source/sfdialogs/SF_DialogControl.xba8
1 files changed, 4 insertions, 4 deletions
diff --git a/wizards/source/sfdialogs/SF_DialogControl.xba b/wizards/source/sfdialogs/SF_DialogControl.xba
index 56d362e48a52..3a85149f3e93 100644
--- a/wizards/source/sfdialogs/SF_DialogControl.xba
+++ b/wizards/source/sfdialogs/SF_DialogControl.xba
@@ -27,7 +27,7 @@ Option Explicit
&apos;&apos;&apos; It is easy with the API proposed in the current class to populate a tree, either
&apos;&apos;&apos; - branch by branch (CreateRoot and AddChild), or
&apos;&apos;&apos; - with a set of branches at once (AddSubtree)
-&apos;&apos;&apos; Additionally populating a TreeConctrol can be done statically or dynamically
+&apos;&apos;&apos; Additionally populating a TreeControl can be done statically or dynamically
&apos;&apos;&apos;
&apos;&apos;&apos; Service invocation:
&apos;&apos;&apos; Dim myDialog As Object, myControl As Object
@@ -741,7 +741,7 @@ Try:
oRoot.DataValue = DataValue
.setRoot(oRoot)
&apos; To be visible, a root must have contained at least 1 child. Create a fictive one and erase it.
- &apos; This behavious does not seem related to the RootDisplayed property ??
+ &apos; This behaviour does not seem related to the RootDisplayed property ??
oRoot.appendChild(.createNode(&quot;Something&quot;, False))
oRoot.removeChildByIndex(0)
End With
@@ -1069,7 +1069,7 @@ Public Sub _Initialize()
&apos;&apos;&apos; - Initialization of private members
&apos;&apos;&apos; - Collection of main attributes
-Dim vServiceName As Variant &apos; Splitted service name
+Dim vServiceName As Variant &apos; Split service name
Dim sType As String &apos; Last component of service name
Try:
_ImplementationName = _ControlModel.getImplementationName()
@@ -1613,4 +1613,4 @@ Private Function _Repr() As String
End Function &apos; SFDialogs.SF_DialogControl._Repr
REM ============================================ END OF SFDIALOGS.SF_DIALOGCONTROL
-</script:module> \ No newline at end of file
+</script:module>