https://bugs.documentfoundation.org/show_bug.cgi?id=95987

--- Comment #3 from Harri Pitkänen <[email protected]> ---
This issue could be patched / worked round in Voikko extension by
re-implementing __setProperties as follows:

def __setProperties(self, properties):
    for p in ["IsSpellWithDigits", "IsSpellUpperCase", "HyphMinLeading",
"HyphMinTrailing", "HyphMinWordLength"]:
        pValue = PropertyValue()
        pValue.Name = p
        pValue.Value = properties.getPropertyValue(p)
        self.setValue(pValue)


I will likely release an bugfix version to the extension with this change. But
to me this still looks like a bug at LibreOffice side since there should be no
reason for properties.getPropertySetInfo().getProperties() to cause problems
like this?

-- 
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