Tag: cws_src680_dba202b
User: oj      
Date: 05/12/15 23:37:03

Modified:
 /dba/dbaccess/source/ui/dlg/
  adtabdlg.cxx

Log:
 #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.21.46.1
Delta lines:  +4 -4
-------------------
--- adtabdlg.cxx        23 Sep 2005 12:28:53 -0000      1.21
+++ adtabdlg.cxx        16 Dec 2005 07:37:00 -0000      1.21.46.1
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: adtabdlg.cxx,v $
  *
- *  $Revision: 1.21 $
+ *  $Revision: 1.21.46.1 $
  *
- *  last change: $Author: hr $ $Date: 2005/09/23 12:28:53 $
+ *  last change: $Author: oj $ $Date: 2005/12/16 07:37:00 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -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]

Reply via email to