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

Miklos Vajna vmiklos at collabora.co.uk
Fri Feb 17 10:34:27 UTC 2017


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

New commits:
commit 4a7288b2ff00c5d172fa47ba23975c41afee80a7
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Fri Feb 17 09:35:31 2017 +0100

    sw: clean up useless debug code in frmform
    
    Change-Id: Ie083d794a36b2b7273195fc71f9eec954ef041ce

diff --git a/sw/source/core/text/frmform.cxx b/sw/source/core/text/frmform.cxx
index af58fe2..18f89ad 100644
--- a/sw/source/core/text/frmform.cxx
+++ b/sw/source/core/text/frmform.cxx
@@ -578,10 +578,6 @@ void SwTextFrame::AdjustFollow_( SwTextFormatter &rLine,
     // The Offset moved
     if( GetFollow() )
     {
-#if OSL_DEBUG_LEVEL > 1
-        static bool bTest = false;
-        if( !bTest || ( nMode & 1 ) )
-#endif
         if ( nMode )
             GetFollow()->ManipOfst( 0 );
 


More information about the Libreoffice-commits mailing list