diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-09-18 20:15:43 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-09-18 20:17:44 +0200 |
commit | fac308c3641c55e12014613eb7fc09cb51039e44 (patch) | |
tree | f52837ae56b67309c3ced355da180405a6c76937 | |
parent | 63a73c119c188e6a4b22fb99fc2571f200073bde (diff) |
adapt xls import of borders to new border drawing code, fdo#53287
Change-Id: Ibf2da0a01a6146a955ff60cfedc108548faa6fe5
-rw-r--r-- | sc/source/filter/inc/xlconst.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/filter/inc/xlconst.hxx b/sc/source/filter/inc/xlconst.hxx index 39dd2c3de750..2dcb29d35e46 100644 --- a/sc/source/filter/inc/xlconst.hxx +++ b/sc/source/filter/inc/xlconst.hxx @@ -263,9 +263,9 @@ const sal_uInt16 EXC_FUTUREREC_ALERT = 0x0002; // TODO: These values are approximate; we should probably tweak these values // further to better match Excel's border thickness. -const sal_uInt16 EXC_BORDER_THICK = 24; -const sal_uInt16 EXC_BORDER_MEDIUM = 18; -const sal_uInt16 EXC_BORDER_THIN = 6; +const sal_uInt16 EXC_BORDER_THICK = 16; +const sal_uInt16 EXC_BORDER_MEDIUM = 12; +const sal_uInt16 EXC_BORDER_THIN = 4; const sal_uInt16 EXC_BORDER_HAIR = 1; // ============================================================================ |