summaryrefslogtreecommitdiffstats
path: root/include/oox
diff options
context:
space:
mode:
authorNoel Power <noel.power@suse.com>2013-06-24 21:04:51 +0100
committerNoel Power <noel.power@suse.com>2013-06-24 21:08:21 +0100
commit1680a8cd4f4393ec15c4f85cb63b6654117d56d1 (patch)
tree07ff133bdf244d119e318e8ae47c571d8f00e95a /include/oox
parentfix typo in higher debug level code (diff)
downloadcore-1680a8cd4f4393ec15c4f85cb63b6654117d56d1.tar.gz
core-1680a8cd4f4393ec15c4f85cb63b6654117d56d1.zip
fix hair & fine cell border export ( followon fix fdo#56960 )
1) align excel binary and oox import filter border thickness values 2) use new fine-dash border style 3) detect & determine hair vrs fine borderline on export Change-Id: Ieb024bc6f4bfc87c525082c7b9a1f3c444f5c5ca
Diffstat (limited to 'include/oox')
-rw-r--r--include/oox/helper/helper.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/oox/helper/helper.hxx b/include/oox/helper/helper.hxx
index 4f8e738354d4..1b85ac3e750f 100644
--- a/include/oox/helper/helper.hxx
+++ b/include/oox/helper/helper.hxx
@@ -88,6 +88,7 @@ const sal_Int32 API_RGB_WHITE = 0xFFFFFF; ///< White color for AP
const sal_Int16 API_LINE_SOLID = 0;
const sal_Int16 API_LINE_DOTTED = 1;
const sal_Int16 API_LINE_DASHED = 2;
+const sal_Int16 API_FINE_LINE_DASHED = 14;
const sal_Int16 API_LINE_NONE = 0;
const sal_Int16 API_LINE_HAIR = 2;