From fac308c3641c55e12014613eb7fc09cb51039e44 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Tue, 18 Sep 2012 20:15:43 +0200 Subject: adapt xls import of borders to new border drawing code, fdo#53287 Change-Id: Ibf2da0a01a6146a955ff60cfedc108548faa6fe5 --- sc/source/filter/inc/xlconst.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sc') 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; // ============================================================================ -- cgit