writerfilter/source/dmapper/TDefTableHandler.cxx | 2 ++ 1 file changed, 2 insertions(+)
New commits: commit 69299e517b8f87089339c2b674be174a3f8b69be Author: Pierre-Eric Pelloux-Prayer <[email protected]> Date: Thu Oct 25 14:45:45 2012 +0200 docx import: handle start/end attribute in tcBorders Change-Id: I148345485534ae50b616857d971ef1c8b1594f28 Reviewed-on: https://gerrit.libreoffice.org/908 Reviewed-by: Miklos Vajna <[email protected]> Tested-by: Miklos Vajna <[email protected]> diff --git a/writerfilter/source/dmapper/TDefTableHandler.cxx b/writerfilter/source/dmapper/TDefTableHandler.cxx index dcd000d..79e72b0 100644 --- a/writerfilter/source/dmapper/TDefTableHandler.cxx +++ b/writerfilter/source/dmapper/TDefTableHandler.cxx @@ -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: _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
