summaryrefslogtreecommitdiff
path: root/chart2/qa/extras/data/docx
diff options
context:
space:
mode:
authorPriyankaGaikwad <priyanka.gaikwad@synerzip.com>2014-08-27 19:28:44 +0530
committerKohei Yoshida <libreoffice@kohei.us>2015-01-03 00:53:47 +0000
commita7052b906dfd1d749f7da9ea64a3479d7c1cc2c9 (patch)
tree2aa4b932432043a1aaab81de694af1bc35bb3468 /chart2/qa/extras/data/docx
parent31e82d9f6f07335a2526bd44956eebfcaf0a289d (diff)
fdo#83058 File corrupt due to data label position is invalid in chart.xml
- File getting corrupted after RT due to data label position is invalid in chart.xml - LO must not export invalid label position property if chart type doesn't support that positioning in MS Office. - For clusterd bar chart XML Difference chart1.xml Original file <c:barChart> <c:grouping val="clustered" /> <c:ser> <c:dLbls> ... <c:dLbl> <c:dLblPos val="outEnd" /> </c:dLbl> ... </c:dLbls> </c:ser> </c:barChart> Roundtrip file <c:barChart> <c:grouping val="clustered" /> <c:ser> <c:dLbls> ... <c:dLbl> <c:dLblPos val="r" /> </c:dLbl> ... </c:dLbls> </c:ser> </c:barChart> Change-Id: I9cae11b8d198aaa70fb05cb3bf329cd898519170 Reviewed-on: https://gerrit.libreoffice.org/11141 Reviewed-by: Kohei Yoshida <libreoffice@kohei.us> Tested-by: Kohei Yoshida <libreoffice@kohei.us>
Diffstat (limited to 'chart2/qa/extras/data/docx')
-rw-r--r--chart2/qa/extras/data/docx/fdo83058_dlblPos.docxbin0 -> 35931 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/chart2/qa/extras/data/docx/fdo83058_dlblPos.docx b/chart2/qa/extras/data/docx/fdo83058_dlblPos.docx
new file mode 100644
index 000000000000..721a717897b3
--- /dev/null
+++ b/chart2/qa/extras/data/docx/fdo83058_dlblPos.docx
Binary files differ