sw/source/core/frmedt/fetab.cxx |    9 ---------
 1 file changed, 9 deletions(-)

New commits:
commit 481c3a9dd45414662d04837b60743bf0e7556165
Author: Miklos Vajna <vmik...@collabora.co.uk>
Date:   Thu Sep 29 08:51:01 2016 +0200

    sw: remove unnecessary debug code in fetab
    
    Change-Id: I78bff9b899a6bbe2ab831a6f0cba60f614609449
    Reviewed-on: https://gerrit.libreoffice.org/29379
    Reviewed-by: Miklos Vajna <vmik...@collabora.co.uk>
    Tested-by: Jenkins <c...@libreoffice.org>

diff --git a/sw/source/core/frmedt/fetab.cxx b/sw/source/core/frmedt/fetab.cxx
index fddaf6e..88b9ce6 100644
--- a/sw/source/core/frmedt/fetab.cxx
+++ b/sw/source/core/frmedt/fetab.cxx
@@ -580,15 +580,6 @@ void SwFEShell::GetTabCols_( SwTabCols &rToFill, const 
SwFrame *pBox ) const
         g_pColumnCacheLastTabFrame = pTab;
         g_pColumnCacheLastCellFrame= pBox;
     }
-
-#if OSL_DEBUG_LEVEL > 1
-    SwTabColsEntry aEntry;
-    for ( sal_uInt16 i = 0; i < rToFill.Count(); ++i )
-    {
-        aEntry = rToFill.GetEntry( i );
-        (void)aEntry;
-    }
-#endif
 }
 
 void SwFEShell::GetTabRows_( SwTabCols &rToFill, const SwFrame *pBox ) const
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to