summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2018-03-20 18:51:15 +0100
committerStephan Bergmann <sbergman@redhat.com>2018-03-21 09:28:55 +0100
commit19ccd4ca8a103c3945c292ae91cd65b3f27b1335 (patch)
treef58258b691815a1d92b68306230022ab8b67a288 /sw
parent328a69253b063b0d4b53794a285cfb412706256a (diff)
loplugin:emptyif
Change-Id: I79aee732d3437d13894a9b91506225b76b3a16be Reviewed-on: https://gerrit.libreoffice.org/51658 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/doc/tblrwcl.cxx2
1 files changed, 2 insertions, 0 deletions
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;
}