https://bugs.freedesktop.org/show_bug.cgi?id=64406

          Priority: medium
            Bug ID: 64406
          Assignee: [email protected]
           Summary: Missing Right Parens in Tools/Strings/Elimchar
                    Function
          Severity: normal
    Classification: Unclassified
                OS: Windows (All)
          Reporter: [email protected]
          Hardware: x86-64 (AMD64)
            Status: UNCONFIRMED
           Version: unspecified
         Component: BASIC
           Product: LibreOffice

In LibreOffice 4.0.2.2, LibreOffice Macros & Dialogs/Tools/Strings/Elimchar
function,   'BigString =' line is missing closing parens.

Copy of Function:

' Deletes out of a String 'BigString' all possible PartStrings, that are summed
up
' in the Array 'ElimArray'
Function ElimChar(ByVal BigString as String, ElimArray() as String)
Dim i% ,n%
    For i = 0 to Ubound(ElimArray)
---->        BigString = DeleteStr(BigString,ElimArray(i)
    Next
    ElimChar = BigString
End Function

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to