https://bz.apache.org/ooo/show_bug.cgi?id=127512
Issue ID: 127512
Issue Type: DEFECT
Summary: textable: cell value is set to "0" on save if cell
format does not match written cell value
Product: Writer
Version: 4.1.2
Hardware: All
OS: Windows, all
Status: CONFIRMED
Severity: Normal
Priority: P5 (lowest)
Component: save-export
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Created attachment 86205
--> https://bz.apache.org/ooo/attachment.cgi?id=86205&action=edit
writer_table_cell_format
steps to reproduce:
- open attached writer document
- press button
- cells C1,C2,C3 are filled with setString()
- save and reload
- values in C2,C3 are set to "0"/ "1899-12-30"
<table:table-cell table:style-name="Tabelle1.C2"
office:value-type="float"
office:value="0">
<text:p text:style-name="P2">123,45</text:p>
</table:table-cell>
did not happen in aoo 401:
<table:table-cell table:style-name="Tabelle1.C2" office:value-type="string">
<text:p text:style-name="P2">123,45</text:p>
</table:table-cell>
--
You are receiving this mail because:
You are the assignee for the issue.