summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sw/source/core/txtnode/thints.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sw/source/core/txtnode/thints.cxx b/sw/source/core/txtnode/thints.cxx
index 4ab895595e1a..9f11e58b1ca8 100644
--- a/sw/source/core/txtnode/thints.cxx
+++ b/sw/source/core/txtnode/thints.cxx
@@ -2869,6 +2869,11 @@ bool SwpHints::MergePortions( SwTxtNode& rNode )
NoteInHistory( p1, true );
bRet = true;
}
+
+ if (bRet)
+ {
+ SwpHintsArray::Resort();
+ }
}
else
{
@@ -2906,11 +2911,6 @@ bool SwpHints::MergePortions( SwTxtNode& rNode )
}
}
- if ( bRet )
- {
- SwpHintsArray::Resort();
- }
-
return bRet;
}