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



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

Reply via email to