https://bz.apache.org/ooo/show_bug.cgi?id=125359

--- Comment #10 from Arrigo Marchiori <[email protected]> ---
Thank you very much Matthias, it works!

I understand that this patch consists of changing a somewhat-small fixed array
into a somewhat-big fixed array. To me, this looks like a possible waste of
memory, mostly due the fact that many people probably never bumped into this
problem.

Do you think it would be worth the effort to change that fixed array into a
variable-sized one? 

I would be available to make a patch, but please tell me:

 1- if it is worth this extra effort,

 2- how I should implement it, to be consistent with OpenOffice's coding
standards:
   - std::vector?
   - new[] and delete[]?
   - malloc(), realloc() and free()?
   - ...?

-- 
You are receiving this mail because:
You are the assignee for the issue.

Reply via email to