Tag: cws_src680_qiq User: fs Date: 06/05/31 04:05:16 Modified: /dba/dbaccess/source/core/api/ tablecontainer.cxx
Log: ObjectNameApproval now always throwing an SQLException File Changes: Directory: /dba/dbaccess/source/core/api/ ========================================= File [changed]: tablecontainer.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/api/tablecontainer.cxx?r1=1.60.124.2&r2=1.60.124.3 Delta lines: +3 -3 ------------------- --- tablecontainer.cxx 30 May 2006 12:56:20 -0000 1.60.124.2 +++ tablecontainer.cxx 31 May 2006 11:05:14 -0000 1.60.124.3 @@ -4,9 +4,9 @@ * * $RCSfile: tablecontainer.cxx,v $ * - * $Revision: 1.60.124.2 $ + * $Revision: 1.60.124.3 $ * - * last change: $Author: fs $ $Date: 2006/05/30 12:56:20 $ + * last change: $Author: fs $ $Date: 2006/05/31 11:05:14 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -385,7 +385,7 @@ } Reference< XConnection > xConnection( m_xConnection.get(), UNO_QUERY ); - PContainerApprove pApprove( new ObjectNameApproval( xConnection, ObjectNameApproval::TypeTable, ObjectNameApproval::ThrowSQLException ) ); + PContainerApprove pApprove( new ObjectNameApproval( xConnection, ObjectNameApproval::TypeTable ) ); pApprove->approveElement( aName, descriptor ); m_bInAppend = sal_True; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
