Tag: cws_src680_oj14 User: oj Date: 06/03/20 05:57:04 Modified: /dba/dbaccess/source/ui/dlg/ adtabdlg.cxx
Log: RESYNC: (1.21-1.22); FILE MERGED 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.4.2&r2=1.21.4.3 Delta lines: +4 -4 ------------------- --- adtabdlg.cxx 20 Mar 2006 07:48:25 -0000 1.21.4.2 +++ adtabdlg.cxx 20 Mar 2006 13:56:59 -0000 1.21.4.3 @@ -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]
