Kaydet (Commit) 250b5226 authored tarafından Justin Luth's avatar Justin Luth

Inconsistent block / missing TblBorders_right

Likely a copy/paste error, imported from OOo.

Change-Id: I29713309164170e86f8e793e2f15a601ce2b5da7
Reviewed-on: https://gerrit.libreoffice.org/43431Reviewed-by: 's avatarJustin Luth <justin_luth@sil.org>
Tested-by: 's avatarJustin Luth <justin_luth@sil.org>
üst a056bc01
......@@ -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
......
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