diff options
Diffstat (limited to 'sc')
-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; // ============================================================================ |