Tag: cws_dev300_rptchart02 User: oj Date: 2008-05-23 08:41:48+0000 Modified: dba/connectivity/source/parse/sqlnode.cxx
Log: unused var File Changes: Directory: /dba/connectivity/source/parse/ ========================================== File [changed]: sqlnode.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/parse/sqlnode.cxx?r1=1.54.18.2&r2=1.54.18.3 Delta lines: +2 -3 ------------------- --- sqlnode.cxx 2008-05-23 08:26:43+0000 1.54.18.2 +++ sqlnode.cxx 2008-05-23 08:41:45+0000 1.54.18.3 @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: sqlnode.cxx,v $ - * $Revision: 1.54.18.2 $ + * $Revision: 1.54.18.3 $ * * This file is part of OpenOffice.org. * @@ -653,8 +653,7 @@ //----------------------------------------------------------------------------- void OSQLParseNode::impl_parseTableRangeNodeToString_throw(::rtl::OUString& rString, const SQLParseNodeParameter& rParam) const { - const sal_uInt32 nCount(count()); - OSL_PRECOND( ( nCount == 2 ) || ( nCount == 3 ) || ( nCount == 5 ) ,"Illegal count"); + OSL_PRECOND( ( count() == 2 ) || ( count() == 3 ) || ( count() == 5 ) ,"Illegal count"); rString += ::rtl::OUString::createFromAscii(" "); ::std::for_each(m_aChilds.begin(),m_aChilds.end(), --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
