Author: af
Date: Tue Apr  1 13:45:44 2014
New Revision: 1583666

URL: http://svn.apache.org/r1583666
Log:
i124573: Initialize flags to allow acess bridge initialization to fail 
gracefully.

Modified:
    openoffice/branches/AOO410/main/desktop/source/app/app.cxx
    openoffice/branches/AOO410/main/padmin/source/pamain.cxx

Modified: openoffice/branches/AOO410/main/desktop/source/app/app.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/branches/AOO410/main/desktop/source/app/app.cxx?rev=1583666&r1=1583665&r2=1583666&view=diff
==============================================================================
--- openoffice/branches/AOO410/main/desktop/source/app/app.cxx (original)
+++ openoffice/branches/AOO410/main/desktop/source/app/app.cxx Tue Apr  1 
13:45:44 2014
@@ -1917,7 +1917,7 @@ void Desktop::Main()
         RTL_LOGFILE_CONTEXT_TRACE( aLog, "{ GetEnableATToolSupport" );
         if( 
Application::GetSettings().GetMiscSettings().GetEnableATToolSupport() )
         {
-            sal_Bool bQuitApp;
+            sal_Bool bQuitApp (sal_False);
 
             if( !InitAccessBridge( true, bQuitApp ) )
                 if( bQuitApp )

Modified: openoffice/branches/AOO410/main/padmin/source/pamain.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/branches/AOO410/main/padmin/source/pamain.cxx?rev=1583666&r1=1583665&r2=1583666&view=diff
==============================================================================
--- openoffice/branches/AOO410/main/padmin/source/pamain.cxx (original)
+++ openoffice/branches/AOO410/main/padmin/source/pamain.cxx Tue Apr  1 
13:45:44 2014
@@ -145,7 +145,7 @@ void MyApp::Main()
      
     if( Application::GetSettings().GetMiscSettings().GetEnableATToolSupport() )
     {
-        sal_Bool bQuitApp;
+        sal_Bool bQuitApp (sal_False);
         if( !InitAccessBridge( true, bQuitApp ) )
             if( bQuitApp )
                 return;


Reply via email to