Kaydet (Commit) fac308c3 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

adapt xls import of borders to new border drawing code, fdo#53287

Change-Id: Ibf2da0a01a6146a955ff60cfedc108548faa6fe5
üst 63a73c11
......@@ -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;
// ============================================================================
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment