Tag: cws_src680_qiq User: fs Date: 06/05/30 05:55:05 Modified: /dba/dbaccess/source/core/api/ querycontainer.cxx
Log: ObjectNameApproval extension File Changes: Directory: /dba/dbaccess/source/core/api/ ========================================= File [changed]: querycontainer.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/api/querycontainer.cxx?r1=1.23.4.3&r2=1.23.4.4 Delta lines: +3 -3 ------------------- --- querycontainer.cxx 24 May 2006 14:54:39 -0000 1.23.4.3 +++ querycontainer.cxx 30 May 2006 12:55:02 -0000 1.23.4.4 @@ -4,9 +4,9 @@ * * $RCSfile: querycontainer.cxx,v $ * - * $Revision: 1.23.4.3 $ + * $Revision: 1.23.4.4 $ * - * last change: $Author: fs $ $Date: 2006/05/24 14:54:39 $ + * last change: $Author: fs $ $Date: 2006/05/30 12:55:02 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -146,7 +146,7 @@ } decrement(m_refCount); - setElementApproval( PContainerApprove( new ObjectNameApproval( _rxConn, ObjectNameApproval::TypeQuery ) ) ); + setElementApproval( PContainerApprove( new ObjectNameApproval( _rxConn, ObjectNameApproval::TypeQuery, ObjectNameApproval::WrapSQLException ) ) ); } //------------------------------------------------------------------------------ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
