summaryrefslogtreecommitdiff
path: root/desktop
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 /desktop
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 'desktop')
-rw-r--r--desktop/source/app/app.cxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx
index 79fdc5048b4e..79eabdb69ad6 100644
--- a/desktop/source/app/app.cxx
+++ b/desktop/source/app/app.cxx
@@ -1467,11 +1467,8 @@ int Desktop::Main()
SAL_INFO( "desktop.app", "{ GetEnableATToolSupport" );
if( Application::GetSettings().GetMiscSettings().GetEnableATToolSupport() )
{
- bool bQuitApp;
-
- if( !InitAccessBridge( true, bQuitApp ) )
- if( bQuitApp )
- return EXIT_FAILURE;
+ if( !InitAccessBridge() )
+ return EXIT_FAILURE;
}
SAL_INFO( "desktop.app", "} GetEnableATToolSupport" );
#endif