app.cxx (24c56ab9) app.cxx (9625a7c7)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 1903 unchanged lines hidden (view full) ---

1912 return;
1913 }
1914 RTL_LOGFILE_CONTEXT_TRACE( aLog, "desktop (lo119109) Desktop::Main <- Lockfile" );
1915
1916 // check if accessibility is enabled but not working and allow to quit
1917 RTL_LOGFILE_CONTEXT_TRACE( aLog, "{ GetEnableATToolSupport" );
1918 if( Application::GetSettings().GetMiscSettings().GetEnableATToolSupport() )
1919 {
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 1903 unchanged lines hidden (view full) ---

1912 return;
1913 }
1914 RTL_LOGFILE_CONTEXT_TRACE( aLog, "desktop (lo119109) Desktop::Main <- Lockfile" );
1915
1916 // check if accessibility is enabled but not working and allow to quit
1917 RTL_LOGFILE_CONTEXT_TRACE( aLog, "{ GetEnableATToolSupport" );
1918 if( Application::GetSettings().GetMiscSettings().GetEnableATToolSupport() )
1919 {
1920 sal_Bool bQuitApp;
1920 sal_Bool bQuitApp (sal_False);
1921
1922 if( !InitAccessBridge( true, bQuitApp ) )
1923 if( bQuitApp )
1924 return;
1925 }
1926 RTL_LOGFILE_CONTEXT_TRACE( aLog, "} GetEnableATToolSupport" );
1927
1928 // terminate if requested...

--- 1721 unchanged lines hidden ---
1921
1922 if( !InitAccessBridge( true, bQuitApp ) )
1923 if( bQuitApp )
1924 return;
1925 }
1926 RTL_LOGFILE_CONTEXT_TRACE( aLog, "} GetEnableATToolSupport" );
1927
1928 // terminate if requested...

--- 1721 unchanged lines hidden ---