Tag: cws_dev300_dba30b
User: fs      
Date: 2008-03-17 10:24:28+0000
Modified:
   dba/dbaccess/source/ui/dlg/dbwizsetup.cxx

Log:
 do not assert unsuccessful loads

File Changes:

Directory: /dba/dbaccess/source/ui/dlg/
=======================================

File [changed]: dbwizsetup.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/dbwizsetup.cxx?r1=1.32.4.1&r2=1.32.4.2
Delta lines:  +7 -3
-------------------
--- dbwizsetup.cxx      2008-03-16 14:09:02+0000        1.32.4.1
+++ dbwizsetup.cxx      2008-03-17 10:24:25+0000        1.32.4.2
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: dbwizsetup.cxx,v $
  *
- *  $Revision: 1.32.4.1 $
+ *  $Revision: 1.32.4.2 $
  *
- *  last change: $Author: fs $ $Date: 2008/03/16 14:09:02 $
+ *  last change: $Author: fs $ $Date: 2008/03/17 10:24:25 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -1255,7 +1255,11 @@
                     );
                 }
             }
-            catch( const Exception& ) { DBG_UNHANDLED_EXCEPTION(); }
+            catch( const Exception& )
+            {
+                // do not assert.
+                // Such an exception happens for instance of the to-be-loaded 
document does not exist anymore.
+            }
 
             try
             {




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to