https://issues.apache.org/ooo/show_bug.cgi?id=122603

--- Comment #5 from hanya <[email protected]> ---
Created attachment 80925
  --> https://issues.apache.org/ooo/attachment.cgi?id=80925&action=edit
Proposed patch to fix the problem.

When setNumberFormat method is called from DBColumn::initializeNumberFormat
method, 
the number formatter is the document's one. 
And the passed arguments are from the database column. 
Before the format key is set to the table cell, the format key from the 
column is used to generate new key on the number format supplier. 
Therefore to set FormatsSupplier property of the cell is not required 
(I mean, document's one is used).
The same setNumberFormat method is called from other wizard, so the line 
should not be removed, check the property existence before to set it.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.

Reply via email to