summaryrefslogtreecommitdiff
path: root/padmin
diff options
context:
space:
mode:
authorDavid Ostrovsky <david@ostrovsky.org>2013-11-26 15:05:51 +0100
committerMichael Meeks <michael.meeks@collabora.com>2014-06-10 16:33:44 +0100
commit490b6820e4d175609621543e37a5b97e190a6d43 (patch)
tree367a10e80f72aaf07272d86ce602191bf1e61f12 /padmin
parent9c7a536edbb3242cb82084b5525dfa8e26eca3f6 (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 b510f991cf6e..7956ccdb5dca 100644
--- a/padmin/source/pamain.cxx
+++ b/padmin/source/pamain.cxx
@@ -98,15 +98,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 );