summaryrefslogtreecommitdiff
path: root/padmin
diff options
context:
space:
mode:
authorDavid Ostrovsky <david@ostrovsky.org>2013-11-26 15:05:51 +0100
committerMichael Stahl <mstahl@redhat.com>2013-12-05 05:31:43 -0600
commit130833f80e89774269108cf30b2d1155a00354ce (patch)
tree245267c3cd6664f6afebb7abb15906a4f1837b76 /padmin
parent059cc67245a4f0a62589a0c877aea85e8859c435 (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 'padmin')
-rw-r--r--padmin/source/pamain.cxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/padmin/source/pamain.cxx b/padmin/source/pamain.cxx
index bbccadf032c1..4d2cad2d1092 100644
--- a/padmin/source/pamain.cxx
+++ b/padmin/source/pamain.cxx
@@ -115,15 +115,13 @@ int MyApp::Main()
com::sun::star::ucb::UniversalContentBroker::create(xCtx);
/*
- * Initialize the Java UNO AccessBridge if accessibility is turned on
+ * Initialize the MSAA UNO AccessBridge if accessibility is turned on
*/
if( Application::GetSettings().GetMiscSettings().GetEnableATToolSupport() )
{
- bool bQuitApp;
- if( !InitAccessBridge( true, bQuitApp ) )
- if( bQuitApp )
- return EXIT_FAILURE;
+ if( !InitAccessBridge() )
+ return EXIT_FAILURE;
}
ResMgr::SetReadStringHook( MyApp::ReadStringHook );