[Libreoffice-commits] core.git: sw/source
Stephan Bergmann
sbergman at redhat.com
Wed Mar 21 08:29:19 UTC 2018
sw/source/core/doc/tblrwcl.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 19ccd4ca8a103c3945c292ae91cd65b3f27b1335
Author: Stephan Bergmann <sbergman at 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 <ci at libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman at 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;
}
More information about the Libreoffice-commits
mailing list