Type: info
Title: (some) accessibility implementations move
Posted by: [EMAIL PROTECTED]
Affected: -
Effective from: SRC680m218
*Summary*
--------
Accessibility implementations formerly located in toolkit/svtools moved to
dedicated library, built in module accessibility
*Description*
-------------
All accessibility implementations in toolkit and svtools (which boils
down to toolkit/source/awt/vclxaccessible* and
svtools/source/Accessibility/*, plus a few more files) have been moved
to the module accessibility, where they're built into a dedicated
library (base name "acc").
There's no behavioral change for OOo, but the modules tk and svt
(which are usually loaded at OOo startup) are a little bit smaller now.
Technically, there's an interface ::toolkit::IAccessibleFactory (in
<toolkit/helper/accessiblefactory.hxx>), which serves for creating
objects. The acc lib provides an instance of this factory.
Similar, ::svt::IAccessibleFactory is the factory for accessibility
objects needed in svtools.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]