Tag: cws_src680_dba203a User: fs Date: 06/03/06 03:23:13 Modified: /dba/connectivity/source/drivers/dbase/ DTable.cxx
Log: #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.91.22.1 Delta lines: +4 -4 ------------------- --- DTable.cxx 16 Jan 2006 15:03:59 -0000 1.91 +++ DTable.cxx 6 Mar 2006 11:23:10 -0000 1.91.22.1 @@ -4,9 +4,9 @@ * * $RCSfile: DTable.cxx,v $ * - * $Revision: 1.91 $ + * $Revision: 1.91.22.1 $ * - * last change: $Author: obo $ $Date: 2006/01/16 15:03:59 $ + * last change: $Author: fs $ $Date: 2006/03/06 11:23:10 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -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]
