View | Details | Raw Unified | Return to issue 124573
Collapse All | Expand All

(-)a/main/desktop/source/app/app.cxx (-1 / +1 lines)
Lines 1917-1923 void Desktop::Main() Link Here
1917
        RTL_LOGFILE_CONTEXT_TRACE( aLog, "{ GetEnableATToolSupport" );
1917
        RTL_LOGFILE_CONTEXT_TRACE( aLog, "{ GetEnableATToolSupport" );
1918
        if( Application::GetSettings().GetMiscSettings().GetEnableATToolSupport() )
1918
        if( Application::GetSettings().GetMiscSettings().GetEnableATToolSupport() )
1919
        {
1919
        {
1920
            sal_Bool bQuitApp;
1920
            sal_Bool bQuitApp (sal_False);
1921
1921
1922
            if( !InitAccessBridge( true, bQuitApp ) )
1922
            if( !InitAccessBridge( true, bQuitApp ) )
1923
                if( bQuitApp )
1923
                if( bQuitApp )

Return to issue 124573