diff options
author | yogesh.bharate001 <yogesh.bharate@synerzip.com> | 2015-04-27 15:08:16 +0530 |
---|---|---|
committer | Joren De Cuyper <jorendc@libreoffice.org> | 2015-05-11 19:02:45 +0000 |
commit | 8865ed2efecd03722d10e522265f31c99b13b2bb (patch) | |
tree | fc9802f0444a440769f65ef2a983a841311f7d7f /sc/qa/unit/data | |
parent | 686034d5ced19ea2a16127ba3f5af49e7f9e1b35 (diff) |
tdf#90812: rPr is not exported after roundtrip.
Problem Description:
XML Difference: In sharedStrings.xml
Original file :
<r>
<rPr>
<sz val="11"/>
<color rgb="FFFF0000"/>
<rFont val="Calibri"/>
<family val="2"/>
<scheme val="minor"/>
</rPr>
<t>Red</t>
</r>
Roundtrip file:
<r>
<t>Red</t>
</r>
rPr is missing in roundtrip file.
Conflicts:
sc/qa/unit/subsequent_export-test.cxx
Change-Id: I79efd0f8f1a735ef7e4ebd3fda220b3e339ea91c
Reviewed-on: https://gerrit.libreoffice.org/15548
Reviewed-by: Joren De Cuyper <jorendc@libreoffice.org>
Tested-by: Joren De Cuyper <jorendc@libreoffice.org>
Diffstat (limited to 'sc/qa/unit/data')
-rw-r--r-- | sc/qa/unit/data/xlsx/TextColor.xlsx | bin | 0 -> 9531 bytes |
1 files changed, 0 insertions, 0 deletions
diff --git a/sc/qa/unit/data/xlsx/TextColor.xlsx b/sc/qa/unit/data/xlsx/TextColor.xlsx Binary files differnew file mode 100644 index 000000000000..4de93876379a --- /dev/null +++ b/sc/qa/unit/data/xlsx/TextColor.xlsx |