summaryrefslogtreecommitdiff
path: root/editeng/source/editeng
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2022-06-02 13:20:38 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2022-06-02 14:23:27 +0200
commit30703dbe59e909e257876524785836e7f4d993b2 (patch)
treed32a35d99c946ae564e3c87ebfa139d98cc0c90b /editeng/source/editeng
parent0030fa0d5174b45ae7f99e3ae923bbec83e50cd1 (diff)
tdf#143964 insert/overwrite cursor shape lags in formula editing
Revert "tdf#132740 bypass work if selection has not changed" This reverts commit 865641047be4a693f7a51635ce06eab15675126d. Change-Id: I69244a1e57ce979bf21946e31df7165f8791423c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135302 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'editeng/source/editeng')
-rw-r--r--editeng/source/editeng/impedit.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/editeng/source/editeng/impedit.cxx b/editeng/source/editeng/impedit.cxx
index b2ce6d198752..8c373127d3db 100644
--- a/editeng/source/editeng/impedit.cxx
+++ b/editeng/source/editeng/impedit.cxx
@@ -242,9 +242,6 @@ const OutlinerViewShell* ImpEditView::GetViewShell() const
void ImpEditView::SetEditSelection( const EditSelection& rEditSelection )
{
- if (aEditSelection == rEditSelection)
- return;
-
// set state before notification
aEditSelection = rEditSelection;