From d3509c8405bcf4f2deca1f22c6559ffc4e2fdfa5 Mon Sep 17 00:00:00 2001 From: Justin Luth Date: Sat, 18 Feb 2017 16:36:32 +0300 Subject: revert tdf#101815 editeng SetMustRepaint when InsertText It wasn't targetted enough at the specific problem, and caused paint problems. This fixes tdf#106056. Change-Id: I2d87bc78627a558c62cb0efc24e49c7656662976 Reviewed-on: https://gerrit.libreoffice.org/34403 Tested-by: Jenkins Reviewed-by: Justin Luth (cherry picked from commit a189b27ebeac8f179b9cce959e66862a16c4dd52) Reviewed-on: https://gerrit.libreoffice.org/34405 (cherry picked from commit 9431ab38da9e8e1c438a88a97b9fc4172a3f7213) --- editeng/source/editeng/impedit2.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'editeng/source') diff --git a/editeng/source/editeng/impedit2.cxx b/editeng/source/editeng/impedit2.cxx index c08dde32699e..b38db62f411a 100644 --- a/editeng/source/editeng/impedit2.cxx +++ b/editeng/source/editeng/impedit2.cxx @@ -2696,7 +2696,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() ) { -- cgit