User: obo     
Date: 06/03/29 04:15:04

Modified:
 /dba/connectivity/source/drivers/dbase/
  DTable.cxx

Log:
 INTEGRATION: CWS dba203a (1.91.22); FILE MERGED
 2006/03/06 11:23:10 fs 1.91.22.1: #i62665# when creating tables, use proper 
re-throw

File Changes:

Directory: /dba/connectivity/source/drivers/dbase/
==================================================

File [changed]: DTable.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/dbase/DTable.cxx?r1=1.91&r2=1.92
Delta lines:  +1 -1
-------------------
--- DTable.cxx  16 Jan 2006 15:03:59 -0000      1.91
+++ DTable.cxx  29 Mar 2006 12:15:02 -0000      1.92
@@ -1115,7 +1115,7 @@
                catch(const Exception&)
                {
                }
-               throw e;
+               throw;
        }
        return TRUE;
 }




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

Reply via email to