sw/source/core/doc/tblrwcl.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 19ccd4ca8a103c3945c292ae91cd65b3f27b1335
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Tue Mar 20 18:51:15 2018 +0100

    loplugin:emptyif
    
    Change-Id: I79aee732d3437d13894a9b91506225b76b3a16be
    Reviewed-on: https://gerrit.libreoffice.org/51658
    Tested-by: Jenkins <c...@libreoffice.org>
    Reviewed-by: Stephan Bergmann <sberg...@redhat.com>

diff --git a/sw/source/core/doc/tblrwcl.cxx b/sw/source/core/doc/tblrwcl.cxx
index 22df3ed0b8dc..5544487788a2 100644
--- a/sw/source/core/doc/tblrwcl.cxx
+++ b/sw/source/core/doc/tblrwcl.cxx
@@ -3851,11 +3851,13 @@ bool SwTable::SetColWidth( SwTableBox& rCurrentBox, 
TableChgWidthHeightType eTyp
         }
     }
 
+#if defined DBG_UTIL
     if( bRet )
     {
         CHECKBOXWIDTH
         CHECKTABLELAYOUT
     }
+#endif
 
     return bRet;
 }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to