https://bugs.freedesktop.org/show_bug.cgi?id=56704

--- Comment #4 from Michael Meeks <[email protected]> ---
Lets talk code some more: so the SAL_ENABLE_ACCESSIBILITY thing is new to me -
but sounds cool; and is implemented here:

http://cgit.freedesktop.org/libreoffice/core/tree/vcl/source/app/settings.cxx#n976

Looks like the registry key combines with the env. var in an odd way.

What is:

    if( mpData->mnEnableATT == (sal_uInt16)~0 )

That ~0 looks really reasonably unclear / unreadable to me.

SetEnableATToolSupport in that module appears to be called in anger only by the
cui/ code when the option is changed, and/or when the user gets an a11y failure
dialog at startup.

Does that help ? :-)

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