diff options
author | Noel Power <noel.power@suse.com> | 2013-06-24 21:04:51 +0100 |
---|---|---|
committer | Noel Power <noel.power@suse.com> | 2013-06-24 21:08:21 +0100 |
commit | 1680a8cd4f4393ec15c4f85cb63b6654117d56d1 (patch) | |
tree | 07ff133bdf244d119e318e8ae47c571d8f00e95a /include | |
parent | 3d4603e641daf75916648a3e3f1d8f60232efc9d (diff) |
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')
-rw-r--r-- | include/oox/helper/helper.hxx | 1 |
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; |