[Libreoffice-commits] .: sc/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Sep 18 11:18:26 PDT 2012


 sc/source/filter/inc/xlconst.hxx |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit fac308c3641c55e12014613eb7fc09cb51039e44
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Tue Sep 18 20:15:43 2012 +0200

    adapt xls import of borders to new border drawing code, fdo#53287
    
    Change-Id: Ibf2da0a01a6146a955ff60cfedc108548faa6fe5

diff --git a/sc/source/filter/inc/xlconst.hxx b/sc/source/filter/inc/xlconst.hxx
index 39dd2c3..2dcb29d 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;
 
 // ============================================================================


More information about the Libreoffice-commits mailing list