You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2014/04/01 15:23:40 UTC

[Issue 124573] Office does not start when accessibility is activated.

https://issues.apache.org/ooo/show_bug.cgi?id=124573

--- Comment #1 from Andre <aw...@googlemail.com> ---
This problem is caused by an uninitialized flag in Desktop::Main()
(desktop/source/app/app.cxx):
When the support for assistive devices is active then the access bridge is
initialized.  This sets a flag that defines what to do when the initialization
failed.  In that case the flag is not modified and, since it is not
initialized, contains a random value.  Therefore, sometimes OpenOffice just
shuts down.

-- 
You are receiving this mail because:
You are watching all issue changes.