summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/bastyp/tabcol.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/sw/source/core/bastyp/tabcol.cxx b/sw/source/core/bastyp/tabcol.cxx
index cb01a5e3c3ae..4efc9d8ef81c 100644
--- a/sw/source/core/bastyp/tabcol.cxx
+++ b/sw/source/core/bastyp/tabcol.cxx
@@ -74,13 +74,6 @@ void SwTabCols::Insert( tools::Long nValue, bool bValue, size_t nPos )
aEntry.nMax = LONG_MAX;
aEntry.bHidden = bValue;
m_aData.insert( m_aData.begin() + nPos, aEntry );
-
-#if OSL_DEBUG_LEVEL > 1
- for ( const auto& rPos : m_aData )
- {
- aEntry = rPos;
- }
-#endif
}
void SwTabCols::Remove( size_t nPos, size_t nCount )