summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2017-10-20 10:38:02 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2017-10-20 13:27:08 +0200
commit6608fcec4ae967bdcbe9a9eea216ea52bfbb64a2 (patch)
tree9bad75a699b50ddcc2c4b96153ccab7d753593a0
parent889547390ceeb8b5474f4a6245c07120e513da3f (diff)
sw: drop temporary debug code in sectfrm
Change-Id: Ic9a7ecae8533adc76d440525e9f7a7cafa272be8 Reviewed-on: https://gerrit.libreoffice.org/43587 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
-rw-r--r--sw/source/core/layout/sectfrm.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sw/source/core/layout/sectfrm.cxx b/sw/source/core/layout/sectfrm.cxx
index 86ce3d136b4c..f6fe2028df84 100644
--- a/sw/source/core/layout/sectfrm.cxx
+++ b/sw/source/core/layout/sectfrm.cxx
@@ -765,10 +765,6 @@ void SwSectionFrame::MakeAll(vcl::RenderContext* /*pRenderContext*/)
if( !mbValidPos && ToMaximize( false ) )
mbValidSize = false;
-#if OSL_DEBUG_LEVEL > 1
- const SwFormatCol &rCol = GetFormat()->GetCol();
- (void)rCol;
-#endif
SwLayoutFrame::MakeAll(getRootFrame()->GetCurrShell()->GetOut());
UnlockJoin();
if( m_pSection && IsSuperfluous() )