User: kz      
Date: 2008-05-05 15:52:41+0000
Modified:
   dba/dbaccess/source/ui/browser/brwctrlr.cxx

Log:
 INTEGRATION: CWS dba30b (1.105.4); FILE MERGED
 2008/04/15 22:12:41 fs 1.105.4.2: RESYNC: (1.105-1.106); FILE MERGED
 2008/03/16 14:05:17 fs 1.105.4.1: some exception handling re-factoring

File Changes:

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

File [changed]: brwctrlr.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/browser/brwctrlr.cxx?r1=1.106&r2=1.107
Delta lines:  +2 -2
-------------------
--- brwctrlr.cxx        2008-04-10 14:04:14+0000        1.106
+++ brwctrlr.cxx        2008-05-05 15:52:38+0000        1.107
@@ -1343,9 +1343,9 @@
                        }
                }
        }
-       catch(Exception&)
+       catch( const Exception& )
        {
-               DBG_ERROR("SbaXDataBrowserController::approveParameter: caught 
an Exception (tried to let the InteractionHandler handle it)!");
+        DBG_UNHANDLED_EXCEPTION();
        }
 
        return sal_True;




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

Reply via email to