[Libreoffice-bugs] [Bug 114836] FILEOPEN: Chart height is different than before

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Fri Nov 23 00:25:13 UTC 2018


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

Markus Mohrhard <markus.mohrhard at googlemail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|libreoffice-bugs at lists.free |markus.mohrhard at googlemail.
                   |desktop.org                 |com

--- Comment #6 from Markus Mohrhard <markus.mohrhard at googlemail.com> ---
The Shape UNO API implementation for the XMultiPropertySet::setPropertyValues
implementation was a bit problematic. Instead of only changing the properties
for the few properties that were actually set, the implementation was always
setting every single property again. This led to some slightly different calls
than by calls to XPropertySet::setPropertyValue.

I have a fix that actually changes the behavior of the
XMultiPropertySet::setPropertyValues to only set the changed properties.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20181123/c923cb66/attachment.html>


More information about the Libreoffice-bugs mailing list