summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2023-02-28 21:02:35 +0100
committerJulien Nabet <serval2412@yahoo.fr>2023-03-01 05:49:39 +0000
commitf0ad08ab845d87f04f7b6c0b48e872252810435f (patch)
tree1d2fd5312ae819ae9f9188363fc6419819786a6c /wizards
parent78670b9dcb64e515712c6b1d411ad30478f9abb4 (diff)
Fix typo
Change-Id: I7a1302f472473171b31a4c2b21c9bfbfe1517904 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148020 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'wizards')
-rw-r--r--wizards/source/sfwidgets/SF_Toolbar.xba4
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/source/sfwidgets/SF_Toolbar.xba b/wizards/source/sfwidgets/SF_Toolbar.xba
index 16089e485f1b..e53d52306f4b 100644
--- a/wizards/source/sfwidgets/SF_Toolbar.xba
+++ b/wizards/source/sfwidgets/SF_Toolbar.xba
@@ -350,7 +350,7 @@ Private Sub _CollectAllButtons()
Dim oElement As Object &apos; com.sun.star.ui.XUIElement
Dim oSettings As Object &apos; com.sun.star.container.XIndexAccess
-Dim vProperties() As Variant &apos; Array of property alues
+Dim vProperties() As Variant &apos; Array of property values
Dim iType As Integer &apos; Separators have type = 1, others have Type = 0
Dim oAccessible As Object &apos; com.sun.star.accessibility.XAccessible
Dim sLabel As String &apos; Label in static description
@@ -538,4 +538,4 @@ Private Function _Repr() As String
End Function &apos; SFWidgets.SF_Toolbar._Repr
REM ============================================ END OF SFWIDGETS.SF_TOOLBAR
-</script:module> \ No newline at end of file
+</script:module>