diff options
author | Jaskaran Singh <jvsg1303@gmail.com> | 2016-08-05 00:13:37 +0530 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-09-18 00:15:20 +0200 |
commit | cc65cc7846758cc3aad987be5ab7b70d4c68f39a (patch) | |
tree | 9003057856309cf5418e1487c549fe2b12146403 /sc/qa/unit/data/xml | |
parent | a531c8ce9e0b7fad6efe58f089c4e58411ff9dd1 (diff) |
Add diagonal border test for orcus interface
Change-Id: I762e3b5f634b96664a3687e89b1a117895265bee
Diffstat (limited to 'sc/qa/unit/data/xml')
-rw-r--r-- | sc/qa/unit/data/xml/styles.xml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sc/qa/unit/data/xml/styles.xml b/sc/qa/unit/data/xml/styles.xml index f6f9183c21bf..85c1e497dc1f 100644 --- a/sc/qa/unit/data/xml/styles.xml +++ b/sc/qa/unit/data/xml/styles.xml @@ -4,10 +4,7 @@ <style:table-cell-properties fo:background-color="#feffcc" fo:border="0.06pt dotted #ffcc12"/> </style:style> <style:style style:name="Name2" style:family="table-cell" style:parent-style-name="Text"> - <style:table-cell-properties fo:border-top="0.74pt fine-dashed #ffee11" fo:border-bottom="1.74pt double-thin #aeee11" fo:border-left="0.74pt none #11ee11" fo:border-right="0.22pt dash-dot-dot #05ee11"/> - </style:style> - <style:style style:name="Name3" style:family="table-cell" style:parent-style-name="Text"> - <style:table-cell-properties fo:diagonal-bl-tr="1.74pt dashed #ffccee" fo:diagonal-tl-br="0.74pt dash-dot #120000" fo:border-left="none" fo:border-right="0.74pt dotted #000000"/> + <style:table-cell-properties fo:diagonal-bl-tr="1.74pt dashed #ffccee" fo:diagonal-tl-br="0.74pt dash-dot #120000" fo:border-left="none" fo:border-right="0.74pt dotted #ff0000"/> </style:style> <style:style style:name="Name4" style:family="table-cell" style:parent-style-name="Text"> <style:table-cell-properties fo:border-top="0.74pt double-border #000000" fo:border-bottom="none" fo:border-left="0.74pt solid #000000" fo:border-right="0.74pt dotted #000000"/> |