summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/frmedt/fetab.cxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/sw/source/core/frmedt/fetab.cxx b/sw/source/core/frmedt/fetab.cxx
index fddaf6e2e754..88b9ce6f87b2 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