diff options
author | David Ostrovsky <david@ostrovsky.org> | 2013-11-26 15:05:51 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-12-05 05:31:43 -0600 |
commit | 130833f80e89774269108cf30b2d1155a00354ce (patch) | |
tree | 245267c3cd6664f6afebb7abb15906a4f1837b76 /vcl/win/source | |
parent | 059cc67245a4f0a62589a0c877aea85e8859c435 (diff) |
fdo#39956 Delete JAB
JAB has been discontinued in favor of the native IA2 bridge.
Change-Id: I88461f73c620507d3e97b077ea2abdd2229322e1
Reviewed-on: https://gerrit.libreoffice.org/6819
Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de>
Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'vcl/win/source')
-rw-r--r-- | vcl/win/source/window/salframe.cxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/vcl/win/source/window/salframe.cxx b/vcl/win/source/window/salframe.cxx index f7c30865002c..3602c83f0907 100644 --- a/vcl/win/source/window/salframe.cxx +++ b/vcl/win/source/window/salframe.cxx @@ -5503,9 +5503,7 @@ ImplHandleGetObject(HWND hWnd, LPARAM lParam, WPARAM wParam, LRESULT & nRet) // to avoid RFT interrupts regular accessibility processing if ( !pSVData->mxAccessBridge.is() ) { - bool bCancelled = false; - InitAccessBridge( false, bCancelled ); - if( bCancelled ) + if( !InitAccessBridge() ) return false; } |