summaryrefslogtreecommitdiff
path: root/editeng
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2022-06-02 12:42:55 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2022-06-02 14:22:43 +0200
commit0030fa0d5174b45ae7f99e3ae923bbec83e50cd1 (patch)
treed723efafa4e68e44184fef74b21ac74085be66f8 /editeng
parentbee7a82ae5004874fc5fb343f0e15ab7476aa909 (diff)
tdf#145603 Drag-n-drop in formula bar creates mismatch
Revert commit 60d35f767781de4b8f1e7b264b12015f655c647d tdf#132740 don't broadcast if modified status has not changed Change-Id: I5a0292499522e21708a2d5607966e4c2b3a18ba0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135301 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'editeng')
-rw-r--r--editeng/source/editeng/editdoc.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/editeng/source/editeng/editdoc.cxx b/editeng/source/editeng/editdoc.cxx
index 0b8e41f48976..629f9cdec52a 100644
--- a/editeng/source/editeng/editdoc.cxx
+++ b/editeng/source/editeng/editdoc.cxx
@@ -2223,8 +2223,6 @@ void EditDoc::ClearSpellErrors()
void EditDoc::SetModified( bool b )
{
- if (bModified == b)
- return;
bModified = b;
if ( bModified )
{