summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-01-14 18:44:11 -0500
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-01-17 11:33:13 -0500
commitc95871a04b9d67ef22d99f4e98dbc3d805436261 (patch)
tree581b91aeff15f8559304f4eb7f892032a3e91a48 /sc
parentba4324917aeb24d5e6eab2fafbbc0535805426d8 (diff)
Map Excel's normal dashed line to our FINE_DASHED.
Excel's medium dashed maps better with our regular DASHED pattern. Change-Id: I9c7161ced9592b6c6617d6edbc616e0b1c3dc1e8
Diffstat (limited to 'sc')
-rw-r--r--sc/source/filter/excel/xistyle.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/excel/xistyle.cxx b/sc/source/filter/excel/xistyle.cxx
index 54dade266706..c569ce83f05a 100644
--- a/sc/source/filter/excel/xistyle.cxx
+++ b/sc/source/filter/excel/xistyle.cxx
@@ -900,7 +900,7 @@ bool lclConvertBorderLine( ::editeng::SvxBorderLine& rLine, const XclImpPalette&
{ 0, table::BorderLineStyle::SOLID }, // 0 = none
{ EXC_BORDER_THIN, table::BorderLineStyle::SOLID }, // 1 = thin
{ EXC_BORDER_MEDIUM, table::BorderLineStyle::SOLID }, // 2 = medium
- { EXC_BORDER_THIN, table::BorderLineStyle::DASHED }, // 3 = dashed
+ { EXC_BORDER_THIN, table::BorderLineStyle::FINE_DASHED }, // 3 = dashed
{ EXC_BORDER_THIN, table::BorderLineStyle::DOTTED }, // 4 = dotted
{ EXC_BORDER_THICK, table::BorderLineStyle::SOLID }, // 5 = thick
{ EXC_BORDER_THIN, table::BorderLineStyle::DOUBLE }, // 6 = double