summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wizards/source/tools/Strings.xba4
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/source/tools/Strings.xba b/wizards/source/tools/Strings.xba
index 5ff7ca22e5b8..f91b8f4dff87 100644
--- a/wizards/source/tools/Strings.xba
+++ b/wizards/source/tools/Strings.xba
@@ -26,7 +26,7 @@ Public sProductname as String
Function ElimChar(ByVal BigString as String, ElimArray() as String)
Dim i% ,n%
For i = 0 to Ubound(ElimArray)
- BigString = DeleteStr(BigString,ElimArray(i)
+ BigString = DeleteStr(BigString,ElimArray(i))
Next
ElimChar = BigString
End Function
@@ -466,4 +466,4 @@ WRONGDATATYPE:
End If
NOERR:
End Function
-</script:module> \ No newline at end of file
+</script:module>