summaryrefslogtreecommitdiff
path: root/sw/source/core/text/porlin.cxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-02-22 16:18:34 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-02-22 16:18:34 +0100
commit0c260fdbfd02abbf1f8f413b16e669359bcebb92 (patch)
treef5e903537eb28845e23bff8c28e3b9887afea967 /sw/source/core/text/porlin.cxx
parent3917b73f7ef9c5aed7d26cc9622cd6400a712939 (diff)
Remove DBG_LOOP usage
Diffstat (limited to 'sw/source/core/text/porlin.cxx')
-rw-r--r--sw/source/core/text/porlin.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/core/text/porlin.cxx b/sw/source/core/text/porlin.cxx
index f6bc60dea3bb..2ba5c5191c69 100644
--- a/sw/source/core/text/porlin.cxx
+++ b/sw/source/core/text/porlin.cxx
@@ -226,7 +226,6 @@ SwLinePortion *SwLinePortion::FindLastPortion()
// An das Ende wandern und pLinPortion an den letzten haengen ...
while( pPos->GetPortion() )
{
- DBG_LOOP;
pPos = pPos->GetPortion();
}
return pPos;
@@ -270,7 +269,6 @@ SwLinePortion *SwLinePortion::FindPrevPortion( const SwLinePortion *pRoot )
SwLinePortion *pPos = (SwLinePortion*)pRoot;
while( pPos->GetPortion() && pPos->GetPortion() != this )
{
- DBG_LOOP;
pPos = pPos->GetPortion();
}
OSL_ENSURE( pPos->GetPortion(),