summaryrefslogtreecommitdiff
path: root/sw/source/core/table/swnewtable.cxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-02-05 17:07:46 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-02-06 17:38:15 +0100
commit3af9cc15d0ae4e966ce5d94f74e5437d962992b6 (patch)
tree4daa81ce9468d3a5a0b1ce8a56483eef23c6d6b5 /sw/source/core/table/swnewtable.cxx
parent458850e7f39a58d4b741d20cea4bd0a20d3be210 (diff)
Remove nested OSL_DEBUG_LEVEL
Diffstat (limited to 'sw/source/core/table/swnewtable.cxx')
-rw-r--r--sw/source/core/table/swnewtable.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sw/source/core/table/swnewtable.cxx b/sw/source/core/table/swnewtable.cxx
index 1ef856b9c9a2..b13c4a2bbf84 100644
--- a/sw/source/core/table/swnewtable.cxx
+++ b/sw/source/core/table/swnewtable.cxx
@@ -2129,9 +2129,6 @@ void SwTable::CheckConsistency() const
if( nRowSp < 0 )
{
OSL_ENSURE( aIter != aRowSpanCells.end(), "Missing master box" );
-#if OSL_DEBUG_LEVEL > 1
- //RowSpanCheck &rCheck = *aIter;
-#endif
OSL_ENSURE( aIter->nLeft == nWidth && aIter->nRight == nNewWidth,
"Wrong position/size of overlapped table box" );
--(aIter->nRowSpan);