pamain.cxx (466d5a0b) pamain.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

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

140#endif
141
142 /*
143 * Initialize the Java UNO AccessBridge if accessibility is turned on
144 */
145
146 if( Application::GetSettings().GetMiscSettings().GetEnableATToolSupport() )
147 {
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

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

140#endif
141
142 /*
143 * Initialize the Java UNO AccessBridge if accessibility is turned on
144 */
145
146 if( Application::GetSettings().GetMiscSettings().GetEnableATToolSupport() )
147 {
148 sal_Bool bQuitApp;
148 sal_Bool bQuitApp (sal_False);
149 if( !InitAccessBridge( true, bQuitApp ) )
150 if( bQuitApp )
151 return;
152 }
153
154 // initialize test-tool library (if available)
155 tools::InitTestToolLib();
156

--- 16 unchanged lines hidden ---
149 if( !InitAccessBridge( true, bQuitApp ) )
150 if( bQuitApp )
151 return;
152 }
153
154 // initialize test-tool library (if available)
155 tools::InitTestToolLib();
156

--- 16 unchanged lines hidden ---