summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-12-14 11:48:27 +0100
committerStephan Bergmann <sbergman@redhat.com>2019-12-14 12:45:15 +0100
commitc0ac7ae73480cd2b01f24e88c01bee507e8638f9 (patch)
treeb511e2e7d5230c0d000df589f7cebf03d72678e9 /include
parent6f5dcd30d4035652d4ee3cf9708f481cd2f53977 (diff)
Remove JFW_PLUGIN_DO_NOT_CHECK_ACCESSIBILITY, JFW_PLUGIN_FORCE_ACCESSIBILITY
JFW_PLUGIN_DO_NOT_CHECK_ACCESSIBILITY is no longer set anywhere since 6dcb3d4ef46312729bb6f16c473b433474863f68 "Related fdo#51252: No more prereg, no more unopkg sync" in 2012. JFW_PLUGIN_FORCE_ACCESSIBILITY had been introduced with 72b954df59d64fa47f6380e4322243401afb683f "Avoid using gconftool. Atk provides a11y not Java on Unix" in 2013, as a means for users on Unix-like systems to still force a JVM with a11y support, even though that should no longer be necessary for LO a11y. Both environment variables were documented as "unofficial", with the warning that the "may be removed in the future." Theoretically, they could still be set by some users, but the likelihood of their relevance today is considered low. Change-Id: Ib718fb275b67a6de7fd7bc88ae428fd60168f4f4 Reviewed-on: https://gerrit.libreoffice.org/85140 Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Jenkins
Diffstat (limited to 'include')
-rw-r--r--include/jvmfwk/framework.hxx15
1 files changed, 0 insertions, 15 deletions
diff --git a/include/jvmfwk/framework.hxx b/include/jvmfwk/framework.hxx
index abcc059b3966..42f9fbc37181 100644
--- a/include/jvmfwk/framework.hxx
+++ b/include/jvmfwk/framework.hxx
@@ -157,21 +157,6 @@
<p>
All settings made by this API are done for the current user if not
mentioned differently.</p>
-
- <h2>Other bootstrap variables</h2>
- <dl>
- <dt>JFW_PLUGIN_DO_NOT_CHECK_ACCESSIBILITY</dt>
- <dd>This is an unofficial variable which was introduced to workaround external issues.
- It may be removed in the future. By setting it to 1, the framework will not try to
- find out if the system is configured to use accessibility tools or if a JRE has an
- accessible bridge installed</dd>
- <dt>JFW_PLUGIN_FORCE_ACCESSIBILITY</dt>
- <dd>This is an unofficial variable which was introduced to workaround external issues.
- It may be removed in the future. By setting it to 1, the framework will override a
- platform's desire not to probe each java backend to determine if it has an accessibility
- bridge installed. If the JFW_PLUGIN_DO_NOT_CHECK_ACCESSIBILITY is set this variable has
- no effect, and is Unix specific.</dd>
- </dl>
*/
/** indicates that a JRE has an accessibility bridge installed.