Tag: cws_src680_dba30 User: fs Date: 05/04/06 00:15:36 Modified: /dba/dbaccess/source/core/api/ SingleSelectQueryComposer.cxx
Log: #i46768# some assertions on the type of connection properties File Changes: Directory: /dba/dbaccess/source/core/api/ ========================================= File [changed]: SingleSelectQueryComposer.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/api/SingleSelectQueryComposer.cxx?r1=1.10&r2=1.10.2.1 Delta lines: +4 -4 ------------------- --- SingleSelectQueryComposer.cxx 23 Mar 2005 10:51:38 -0000 1.10 +++ SingleSelectQueryComposer.cxx 6 Apr 2005 07:15:34 -0000 1.10.2.1 @@ -2,9 +2,9 @@ * * $RCSfile: SingleSelectQueryComposer.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.10.2.1 $ * - * last change: $Author: vg $ $Date: 2005/03/23 10:51:38 $ + * last change: $Author: fs $ $Date: 2005/04/06 07:15:34 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -307,7 +307,7 @@ { if ( pBegin->Name == static_cast <rtl::OUString> (PROPERTY_BOOLEANCOMPARISONMODE) ) { - pBegin->Value >>= m_nBoolCompareMode; + OSL_VERIFY( pBegin->Value >>= m_nBoolCompareMode ); } } } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
