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

Miklos Vajna vmiklos at collabora.co.uk
Fri Nov 24 08:04:34 UTC 2017


 sw/source/core/text/txtfrm.cxx |    5 -----
 1 file changed, 5 deletions(-)

New commits:
commit 79101c50a74d11f793b88d848e9e95a130800f7d
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Thu Nov 23 22:40:38 2017 +0100

    sw: remove temporary debug code in txtfrm
    
    Change-Id: Ia1183da8c3382c8b81a2d2154215d45e4847f460
    Reviewed-on: https://gerrit.libreoffice.org/45194
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Miklos Vajna <vmiklos at collabora.co.uk>

diff --git a/sw/source/core/text/txtfrm.cxx b/sw/source/core/text/txtfrm.cxx
index 9eeeb829df72..05037aa7ead3 100644
--- a/sw/source/core/text/txtfrm.cxx
+++ b/sw/source/core/text/txtfrm.cxx
@@ -1480,11 +1480,6 @@ bool SwTextFrame::Prepare( const PrepareHint ePrep, const void* pVoid,
 
     SwFrameSwapper aSwapper( this, false );
 
-#if OSL_DEBUG_LEVEL > 1
-    const SwTwips nDbgY = getFrameArea().Top();
-    (void)nDbgY;
-#endif
-
     if ( IsEmpty() )
     {
         switch ( ePrep )


More information about the Libreoffice-commits mailing list