User: kz      
Date: 2008-05-05 15:55:36+0000
Modified:
   dba/dbaccess/source/ui/control/tabletree.cxx

Log:
 INTEGRATION: CWS dba30b (1.35.64); FILE MERGED
 2008/04/15 22:13:04 fs 1.35.64.2: RESYNC: (1.35-1.36); FILE MERGED
 2008/03/16 14:09:44 fs 1.35.64.1: some exception handling re-factoring

File Changes:

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

File [changed]: tabletree.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/control/tabletree.cxx?r1=1.36&r2=1.37
Delta lines:  +12 -12
---------------------
--- tabletree.cxx       2008-04-10 14:22:21+0000        1.36
+++ tabletree.cxx       2008-05-05 15:55:34+0000        1.37
@@ -496,7 +496,7 @@
        }
        catch( const Exception& )
        {
-               DBG_ERROR( "OTableTreeListBox::addedTable: caught an 
exception!" );
+        DBG_UNHANDLED_EXCEPTION();
        }
        return NULL;
 }
@@ -582,7 +582,7 @@
        }
        catch( const Exception& )
        {
-               DBG_ERROR( "OTableTreeListBox::removedTable: caught an 
exception!" );
+        DBG_UNHANDLED_EXCEPTION();
        }
        return NULL;
 }
@@ -597,7 +597,7 @@
        }
        catch( const Exception& )
        {
-               DBG_ERROR( "OTableTreeListBox::removedTable: caught an 
exception!" );
+        DBG_UNHANDLED_EXCEPTION();
        }
 }
 




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

Reply via email to