summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sw/source/core/text/frmform.cxx13
1 files changed, 0 insertions, 13 deletions
diff --git a/sw/source/core/text/frmform.cxx b/sw/source/core/text/frmform.cxx
index 7ad55d7f6eb4..aa18669f4e4c 100644
--- a/sw/source/core/text/frmform.cxx
+++ b/sw/source/core/text/frmform.cxx
@@ -1873,19 +1873,6 @@ bool SwTxtFrm::FormatQuick( bool bForceQuickFormat )
OSL_ENSURE( ! IsVertical() || ! IsSwapped(),
"SwTxtFrm::FormatQuick with swapped frame" );
-#if OSL_DEBUG_LEVEL > 1
- const OUString aXXX = GetTxtNode()->GetTxt();
- const SwTwips nDbgY = Frm().Top();
- (void)nDbgY;
- // nStopAt allows CV to alter it
- static sal_uInt16 nStopAt = 0;
- if( nStopAt == GetFrmId() )
- {
- int i = GetFrmId();
- (void)i;
- }
-#endif
-
if( IsEmpty() && FormatEmpty() )
return true;