diff options
author | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2020-05-06 23:45:55 +0200 |
---|---|---|
committer | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2020-05-07 15:56:06 +0200 |
commit | 6ba74150866d71469827de9f4f19268dfa7db137 (patch) | |
tree | 0c24ca4b2a5a45afd024b14837f80232dfcd76bb /jvmfwk/inc | |
parent | 58c87f8261abf4f1528a43dc501e956cb9c1d2f2 (diff) |
jfw::isAccessibilitySupportDesired is obsolete
There's no platform left that would require java accessibility.
Change-Id: I2149f619e20aae70d7713d223985f8016ade8e77
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93600
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'jvmfwk/inc')
-rw-r--r-- | jvmfwk/inc/fwkutil.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/jvmfwk/inc/fwkutil.hxx b/jvmfwk/inc/fwkutil.hxx index f2f6fcbdfb30..60ffa9fe89d0 100644 --- a/jvmfwk/inc/fwkutil.hxx +++ b/jvmfwk/inc/fwkutil.hxx @@ -89,8 +89,6 @@ enum FileStatus */ FileStatus checkFileURL(const OUString & path); -bool isAccessibilitySupportDesired(); - } #endif |