[Libreoffice] [PATCH V2] convert SdCustomShow from tools/list to vector

Ivan Timofeev timofeev.i.s at gmail.com
Tue Jan 31 07:55:49 PST 2012


31.01.2012 19:42, Noel Grandin пишет:
> So I should be calling
> maPages.erase( std::find(maPages.begin(), maPages.end(), pOldPage) );
> ??

maPages.erase( std::remove(maPages.begin(), maPages.end(), pOldPage), 
maPages.end() );

I'll fix that.

Ivan


More information about the LibreOffice mailing list