Please verify regression bug in latest release candidate

Andrew Pitonyak andrew at pitonyak.org
Wed Feb 6 07:16:11 PST 2013


Is anyone running the latest release candidate (LO version 4 RC3)?

I am currently unable to download this release candidate, and I can 
currently only test on 64-bit Linux (Fedora)

https://www.libreoffice.org/bugzilla/show_bug.cgi?id=60371

This simple macro should work


Sub Main
    Dim oPropertyValue As New com.sun.star.beans.PropertyValue
    Dim noLocale As New com.sun.star.lang.Locale
    Dim cName As String

    cName = "name"
    noLocale.Country = ""
    noLocale.Language = "zxx"

    oPropertyValue.Name = cName
    oPropertyValue.Value = noLocale
End Sub

In fact, it has always worked on every version of OO I have ever used; 
until now.

I would like to know if this breaks on version 4 RC3, and also 
specifically on Windows since I am unable to test there.

I will likely then ask that this be marked as a blocker.

Andrew Pitonyak





More information about the LibreOffice mailing list