summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-01-15 22:28:33 -0500
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-01-17 11:33:15 -0500
commit8d140f3867221979bf19b4a7a50f2bb1d6908038 (patch)
treeb2f27b788a5ea58d52e905815a6ba8c9546c2bd2 /sc
parent5489b897bf9eb96642f13610ca691e9c5545cda4 (diff)
More faithful mapping of border line thicknesses.
This time based on how they get printed on paper, not how they look on screen. Change-Id: I61a217822229f843de3e89e96cf58b273f2cd8ac
Diffstat (limited to 'sc')
-rw-r--r--sc/source/filter/inc/xlconst.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/filter/inc/xlconst.hxx b/sc/source/filter/inc/xlconst.hxx
index 1fccc6aa2a4f..03d9e8cbc0f3 100644
--- a/sc/source/filter/inc/xlconst.hxx
+++ b/sc/source/filter/inc/xlconst.hxx
@@ -254,10 +254,10 @@ 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 = 30;
-const sal_uInt16 EXC_BORDER_MEDIUM = 20;
-const sal_uInt16 EXC_BORDER_THIN = 1;
-const sal_uInt16 EXC_BORDER_HAIR = 1;
+const sal_uInt16 EXC_BORDER_THICK = 50;
+const sal_uInt16 EXC_BORDER_MEDIUM = 35;
+const sal_uInt16 EXC_BORDER_THIN = 15;
+const sal_uInt16 EXC_BORDER_HAIR = 1;
// ============================================================================