[PATCH libreoffice-4-0] Solve fdo#64406 Missing right closing parenthesis

Joren De Cuyper (via Code Review) gerrit at gerrit.libreoffice.org
Fri May 10 05:02:59 PDT 2013


Hi,

I have submitted a patch for review:

    https://gerrit.libreoffice.org/3840

To pull it, you can do:

    git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/40/3840/1

Solve fdo#64406 Missing right closing parenthesis

Change-Id: I3812b60f097b1daf554bf2d337b126e8a8067573
Reviewed-on: https://gerrit.libreoffice.org/3837
Reviewed-by: David Tardon <dtardon at redhat.com>
Tested-by: David Tardon <dtardon at redhat.com>
---
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/3840
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3812b60f097b1daf554bf2d337b126e8a8067573
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: libreoffice-4-0
Gerrit-Owner: Joren De Cuyper <joren.libreoffice at telenet.be>
Gerrit-Reviewer: David Tardon <dtardon at redhat.com>



More information about the LibreOffice mailing list