Date: prev next · Thread: first prev next last
2013 Archives by date, by thread · List index


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@redhat.com>
Tested-by: David Tardon <dtardon@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@telenet.be>
Gerrit-Reviewer: David Tardon <dtardon@redhat.com>


Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.