summaryrefslogtreecommitdiff
path: root/sw/source/core/text/porlin.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/text/porlin.cxx')
-rw-r--r--sw/source/core/text/porlin.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/source/core/text/porlin.cxx b/sw/source/core/text/porlin.cxx
index 4dc4b671e966..e34ff7333d40 100644
--- a/sw/source/core/text/porlin.cxx
+++ b/sw/source/core/text/porlin.cxx
@@ -156,7 +156,8 @@ void SwLinePortion::Truncate_()
{
SwLinePortion *pPos = mpNextPortion;
do
- { OSL_ENSURE( pPos != this, "SwLinePortion::Truncate: loop" );
+ {
+ OSL_ENSURE( pPos != this, "SwLinePortion::Truncate: loop" );
SwLinePortion *pLast = pPos;
pPos = pPos->GetNextPortion();
pLast->SetNextPortion( nullptr );