summaryrefslogtreecommitdiff
path: root/writerfilter
diff options
context:
space:
mode:
authorJustin Luth <justin_luth@sil.org>2017-10-16 20:53:46 +0300
committerJustin Luth <justin_luth@sil.org>2017-10-16 21:14:38 +0200
commit250b52263a0e6030be51c4ce75c527f5f14ae43b (patch)
treee1b8b93c230bbdae2ed847b95a66f6d3bc14d76a /writerfilter
parenta056bc01bdd0d8bbb5af47a58c2ed86003869c80 (diff)
Inconsistent block / missing TblBorders_right
Likely a copy/paste error, imported from OOo. Change-Id: I29713309164170e86f8e793e2f15a601ce2b5da7 Reviewed-on: https://gerrit.libreoffice.org/43431 Reviewed-by: Justin Luth <justin_luth@sil.org> Tested-by: Justin Luth <justin_luth@sil.org>
Diffstat (limited to 'writerfilter')
-rw-r--r--writerfilter/source/dmapper/DomainMapper.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/writerfilter/source/dmapper/DomainMapper.cxx b/writerfilter/source/dmapper/DomainMapper.cxx
index 227f55935ee3..2e19432a9b56 100644
--- a/writerfilter/source/dmapper/DomainMapper.cxx
+++ b/writerfilter/source/dmapper/DomainMapper.cxx
@@ -697,10 +697,10 @@ void DomainMapper::lcl_attribute(Id nName, Value & val)
*/
//TODO: unsupported?
break;
- case NS_ooxml::LN_CT_TblCellMar_right: // 92375;
- case NS_ooxml::LN_CT_TblBorders_top: // 92377;
- case NS_ooxml::LN_CT_TblBorders_left: // 92378;
- case NS_ooxml::LN_CT_TblBorders_bottom: // 92379;
+ case NS_ooxml::LN_CT_TblBorders_right:
+ case NS_ooxml::LN_CT_TblBorders_top:
+ case NS_ooxml::LN_CT_TblBorders_left:
+ case NS_ooxml::LN_CT_TblBorders_bottom:
//todo: handle cell mar
break;
case NS_ooxml::LN_blip: // contains the binary graphic