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
Context
- Please verify regression bug in latest release candidate · Andrew Pitonyak
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.