[Libreoffice-commits] .: writerfilter/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Mon Oct 29 09:47:25 PDT 2012
writerfilter/source/dmapper/TDefTableHandler.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 69299e517b8f87089339c2b674be174a3f8b69be
Author: Pierre-Eric Pelloux-Prayer <pierre-eric at lanedo.com>
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 <vmiklos at suse.cz>
Tested-by: Miklos Vajna <vmiklos at suse.cz>
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:
More information about the Libreoffice-commits
mailing list