summaryrefslogtreecommitdiff
path: root/wizards/source/tools/Listbox.xba
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/source/tools/Listbox.xba')
-rw-r--r--wizards/source/tools/Listbox.xba4
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/source/tools/Listbox.xba b/wizards/source/tools/Listbox.xba
index 2f4e48b402e6..21f8f44c6175 100644
--- a/wizards/source/tools/Listbox.xba
+++ b/wizards/source/tools/Listbox.xba
@@ -326,7 +326,7 @@ End Function
' Note: When using this Sub it must be ensured that the
-' 'RemoveItem' appears only only once in the Listbox
+' 'RemoveItem' appears only once in the Listbox
Sub RemoveListboxItemByName(oListbox as Object, RemoveItem as String)
Dim OldList() as String
Dim NullList() as String
@@ -367,4 +367,4 @@ Dim i as Integer
Next i
GetItemPos() = -1
End Function
-</script:module> \ No newline at end of file
+</script:module>