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

Julien Nabet <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected],
                   |                            |[email protected]

--- Comment #2 from Julien Nabet <[email protected]> ---
XAccessibleStateSet  has been dropped with
https://cgit.freedesktop.org/libreoffice/core/commit/?id=8d8e6c84e512c1a8b33aac75965b84481d1a1d13
"
[API CHANGE] Drop css::accessibility::XAccessibleStateSet
which is internal API, unused (as far as I can tell) by external
users.
This state is purely a bitset
  (as implemented by utl::AccessibleStateSetHelper)
so we can just return it as a 64-bit value.

This shaves significant time off the performance profiles
of code that loads very complex shapes, because this state
is frequently used, and we no longer need to allocate a return
value on the heap for every call.
"

Noel: I didn't find announcement in release notes, would you have some link?

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to