Hi Noel,

On 10.02.2012 10:56, Noel Grandin wrote:
Convert tools/table.hxx usage in
editeng/inc/editeng/forbiddencharacterstable.hxx to boost::ptr_map

ForbiddenCharactersInfo is simple wrapper for ForbiddenCharacters. It only adds the bTemporary flag. But bTemporary seems to be write-only, i.e unused. So, I'd suggest to remove bTemporary & ForbiddenCharactersInfo, and then convert to std::map<sal_uInt16, ForbiddenCharacters>. What do you think?

Best Regards,
Ivan
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to