Tag: cws_src680_dba24b User: oj Date: 2007-08-24 07:11:29+0000 Modified: dba/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx
Log: #i61059# set the visible flag for criteria File Changes: Directory: /dba/dbaccess/source/ui/querydesign/ =============================================== File [changed]: SelectionBrowseBox.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx?r1=1.78&r2=1.78.44.1 Delta lines: +5 -4 ------------------- --- SelectionBrowseBox.cxx 2007-05-10 10:38:56+0000 1.78 +++ SelectionBrowseBox.cxx 2007-08-24 07:11:26+0000 1.78.44.1 @@ -4,9 +4,9 @@ * * $RCSfile: SelectionBrowseBox.cxx,v $ * - * $Revision: 1.78 $ + * $Revision: 1.78.44.1 $ * - * last change: $Author: kz $ $Date: 2007/05/10 10:38:56 $ + * last change: $Author: oj $ $Date: 2007/08/24 07:11:26 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -1858,6 +1858,7 @@ m_bVisibleRow.push_back(sal_True); ++m_nVisibleCount; } + m_bVisibleRow[BROW_CRIT1_ROW + nLevel] = sal_True; break; } } @@ -2149,7 +2150,7 @@ { DBG_CHKTHIS(OSelectionBrowseBox,NULL); long nErg=0,i; - long nCount = m_bVisibleRow.size(); + const long nCount = m_bVisibleRow.size(); for(i=0;i < nCount; ++i) { if(m_bVisibleRow[i]) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
