Hi,

I have submitted a patch for review:

    https://gerrit.libreoffice.org/3837

To pull it, you can do:

    git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/37/3837/1

Solve fdo#64406 Missing right closing parenthesis

Change-Id: I3812b60f097b1daf554bf2d337b126e8a8067573
---
M wizards/source/tools/Strings.xba
1 file changed, 2 insertions(+), 2 deletions(-)



diff --git a/wizards/source/tools/Strings.xba b/wizards/source/tools/Strings.xba
index 5ff7ca2..f91b8f4 100644
--- a/wizards/source/tools/Strings.xba
+++ b/wizards/source/tools/Strings.xba
@@ -26,7 +26,7 @@
 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 @@
        End If
 NOERR: 
 End Function
-</script:module>
\ No newline at end of file
+</script:module>

-- 
To view, visit https://gerrit.libreoffice.org/3837
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3812b60f097b1daf554bf2d337b126e8a8067573
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Joren De Cuyper <joren.libreoff...@telenet.be>

_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to