diff options
-rw-r--r-- | editeng/source/editeng/impedit2.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editeng/source/editeng/impedit2.cxx b/editeng/source/editeng/impedit2.cxx index a49559577a95..ad99ca978c67 100644 --- a/editeng/source/editeng/impedit2.cxx +++ b/editeng/source/editeng/impedit2.cxx @@ -2700,7 +2700,6 @@ EditPaM ImpEditEngine::ImpInsertText(const EditSelection& aCurSel, const OUStrin } ParaPortion* pPortion = FindParaPortion( aPaM.GetNode() ); OSL_ENSURE( pPortion, "Blind Portion in InsertText" ); - pPortion->SetMustRepaint(true); if ( GetStatus().DoOnlineSpelling() ) { |