Tag: cws_src680_dba24e User: fs Date: 2008-01-06 11:30:34+0000 Modified: dba/dbaccess/source/ui/tabledesign/TableController.cxx
Log: #i10000# File Changes: Directory: /dba/dbaccess/source/ui/tabledesign/ =============================================== File [changed]: TableController.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/tabledesign/TableController.cxx?r1=1.114.22.1&r2=1.114.22.2 Delta lines: +5 -3 ------------------- --- TableController.cxx 2007-12-19 13:45:18+0000 1.114.22.1 +++ TableController.cxx 2008-01-06 11:30:31+0000 1.114.22.2 @@ -4,9 +4,9 @@ * * $RCSfile: TableController.cxx,v $ * - * $Revision: 1.114.22.1 $ + * $Revision: 1.114.22.2 $ * - * last change: $Author: oj $ $Date: 2007/12/19 13:45:18 $ + * last change: $Author: fs $ $Date: 2008/01/06 11:30:31 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -45,6 +45,7 @@ #ifndef _STRING_HXX #include <tools/string.hxx> #endif +#include <tools/diagnose_ex.h> #ifndef _SFXSIDS_HRC #include <sfx2/sfxsids.hrc> #endif @@ -1565,8 +1566,9 @@ Reference< XDatabaseMetaData > xMetaData = getMetaData( ); bAddAllowed = bAddAllowed || ( xMetaData.is() && xMetaData->supportsAlterTableWithAddColumn()); } - catch(uno::Exception&) + catch(Exception&) { + DBG_UNHANDLED_EXCEPTION(); bAddAllowed = sal_False; } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
