[Libreoffice-commits] core.git: writerfilter/source

Justin Luth justin_luth at sil.org
Mon Oct 16 19:15:01 UTC 2017


 writerfilter/source/dmapper/DomainMapper.cxx |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 250b52263a0e6030be51c4ce75c527f5f14ae43b
Author: Justin Luth <justin_luth at sil.org>
Date:   Mon Oct 16 20:53:46 2017 +0300

    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 at sil.org>
    Tested-by: Justin Luth <justin_luth at sil.org>

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


More information about the Libreoffice-commits mailing list