[PATCH V2] more conversion of tools/Table.hxx to std::map in editeng, sc and sw modules

Stephan Bergmann sbergman at redhat.com
Tue Feb 7 23:52:14 PST 2012


On 02/08/2012 07:59 AM, Noel Grandin wrote:
> This I don't understand - maCharInfoMap is not declared const, so how
> can I make it mutable?

In a const member function, all data members of this are implicitly 
treated as const, unless they are explicitly marked mutable.

Stephan


More information about the LibreOffice mailing list