User: kz      
Date: 2008-05-05 15:53:36+0000
Modified:
   dba/dbaccess/source/ui/browser/sbagrid.cxx

Log:
 INTEGRATION: CWS dba30b (1.83.4); FILE MERGED
 2008/04/15 22:12:54 fs 1.83.4.2: RESYNC: (1.83-1.84); FILE MERGED
 2008/03/16 14:05:17 fs 1.83.4.1: some exception handling re-factoring

File Changes:

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

File [changed]: sbagrid.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/browser/sbagrid.cxx?r1=1.84&r2=1.85
Delta lines:  +5 -5
-------------------
--- sbagrid.cxx 2008-04-10 14:10:09+0000        1.84
+++ sbagrid.cxx 2008-05-05 15:53:33+0000        1.85
@@ -1130,9 +1130,9 @@
                if (xExecute.is())
                        xExecute->execute();
        }
-       catch(const Exception&)
+    catch( const Exception& )
        {
-               OSL_ENSURE(sal_False, "SbaGridControl::SetBrowserAttrs: caught 
an exception while creating/executing the dialog!");
+        DBG_UNHANDLED_EXCEPTION();
        }
 }
 
@@ -1750,7 +1750,7 @@
                {
                        AfterDrop();
                        Show();
-                       OSL_ENSURE(0,"Exception catched!");
+            DBG_UNHANDLED_EXCEPTION();
                }
                if ( !bCountFinal ) 
                        setDataSource(Reference< XRowSet 
>(xDataSource,UNO_QUERY));




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

Reply via email to