diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-02-28 21:02:35 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-03-01 05:49:39 +0000 |
commit | f0ad08ab845d87f04f7b6c0b48e872252810435f (patch) | |
tree | 1d2fd5312ae819ae9f9188363fc6419819786a6c /wizards | |
parent | 78670b9dcb64e515712c6b1d411ad30478f9abb4 (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.xba | 4 |
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 ' com.sun.star.ui.XUIElement Dim oSettings As Object ' com.sun.star.container.XIndexAccess -Dim vProperties() As Variant ' Array of property alues +Dim vProperties() As Variant ' Array of property values Dim iType As Integer ' Separators have type = 1, others have Type = 0 Dim oAccessible As Object ' com.sun.star.accessibility.XAccessible Dim sLabel As String ' Label in static description @@ -538,4 +538,4 @@ Private Function _Repr() As String End Function ' SFWidgets.SF_Toolbar._Repr REM ============================================ END OF SFWIDGETS.SF_TOOLBAR -</script:module>
\ No newline at end of file +</script:module> |