User: obo Date: 06/01/16 07:28:12 Modified: /dba/dbaccess/source/ui/dlg/ adtabdlg.cxx
Log: INTEGRATION: CWS dba202b (1.21.46); FILE MERGED 2005/12/16 07:37:00 oj 1.21.46.1: #129276# end() param for erase missing File Changes: Directory: /dba/dbaccess/source/ui/dlg/ ======================================= File [changed]: adtabdlg.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/adtabdlg.cxx?r1=1.21&r2=1.22 Delta lines: +1 -1 ------------------- --- adtabdlg.cxx 23 Sep 2005 12:28:53 -0000 1.21 +++ adtabdlg.cxx 16 Jan 2006 15:28:10 -0000 1.22 @@ -282,7 +282,7 @@ const ::rtl::OUString* pViewEnd = pViewBegin + sViews.getLength(); ::comphelper::TStringMixEqualFunctor aEqualFunctor; for(;pViewBegin != pViewEnd;++pViewBegin) - aTables.erase(::std::remove_if(aTables.begin(),aTables.end(),::std::bind2nd(aEqualFunctor,*pViewBegin))); + aTables.erase(::std::remove_if(aTables.begin(),aTables.end(),::std::bind2nd(aEqualFunctor,*pViewBegin)),aTables.end()); ::rtl::OUString* pTables = aTables.empty() ? 0 : &aTables[0]; sTables = Sequence< ::rtl::OUString>(pTables, aTables.size()); sViews = Sequence< ::rtl::OUString>(); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
