[PATCH] convert table.hxx use in editeng/inc/editeng/forbiddencharacterstable.hxx
Ivan Timofeev
timofeev.i.s at gmail.com
Sun Feb 12 02:08:04 PST 2012
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
More information about the LibreOffice
mailing list