summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-05-05 08:11:08 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-05-05 08:15:44 +0100
commita0fca97eda10778be076c411dfd513e2a38937ae (patch)
tree36838f00a20b724558340ea826d5809536e1d52f
parentf74ac7c486fd8f0a19a2a76b2b2fcbf45a84b4e4 (diff)
drop useless temp debugging strings
Change-Id: Iee9c1bd37664188e4dc10b929eb72b6370001417
-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;