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

Miklos Vajna vmiklos at collabora.co.uk
Fri Oct 20 11:27:34 UTC 2017


 sw/source/core/layout/sectfrm.cxx |    4 ----
 1 file changed, 4 deletions(-)

New commits:
commit 6608fcec4ae967bdcbe9a9eea216ea52bfbb64a2
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Fri Oct 20 10:38:02 2017 +0200

    sw: drop temporary debug code in sectfrm
    
    Change-Id: Ic9a7ecae8533adc76d440525e9f7a7cafa272be8
    Reviewed-on: https://gerrit.libreoffice.org/43587
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Miklos Vajna <vmiklos at collabora.co.uk>

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() )


More information about the Libreoffice-commits mailing list