Kaydet (Commit) 69299e51 authored tarafından Pierre-Eric Pelloux-Prayer's avatar Pierre-Eric Pelloux-Prayer Kaydeden (comit) Miklos Vajna

docx import: handle start/end attribute in tcBorders

Change-Id: I148345485534ae50b616857d971ef1c8b1594f28
Reviewed-on: https://gerrit.libreoffice.org/908Reviewed-by: 's avatarMiklos Vajna <vmiklos@suse.cz>
Tested-by: 's avatarMiklos Vajna <vmiklos@suse.cz>
üst 96f67ece
......@@ -188,8 +188,10 @@ void TDefTableHandler::lcl_sprm(Sprm & rSprm)
{
case NS_ooxml::LN_CT_TcBorders_top:
case NS_ooxml::LN_CT_TcBorders_left:
case NS_ooxml::LN_CT_TcBorders_start:
case NS_ooxml::LN_CT_TcBorders_bottom:
case NS_ooxml::LN_CT_TcBorders_right:
case NS_ooxml::LN_CT_TcBorders_end:
case NS_ooxml::LN_CT_TcBorders_insideH:
case NS_ooxml::LN_CT_TcBorders_insideV:
case NS_ooxml::LN_CT_TcBorders_tl2br:
......
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