[Libreoffice-commits] core.git: sc/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Mar 12 00:07:35 UTC 2019


 sc/source/core/tool/sharedformula.cxx |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 5c27a048658afcd2f78ef4d7e6c7128554ed3f4c
Author:     Eike Rathke <erack at redhat.com>
AuthorDate: Mon Mar 11 21:39:00 2019 +0100
Commit:     Eike Rathke <erack at redhat.com>
CommitDate: Tue Mar 12 01:07:14 2019 +0100

    Resolves: tdf#120013 tdf#123714 split-off group or single cell needs listening
    
    Change-Id: Ic511f618e9dde2288491c01cfcd889970fd6e4e5
    Reviewed-on: https://gerrit.libreoffice.org/69066
    Reviewed-by: Eike Rathke <erack at redhat.com>
    Tested-by: Jenkins

diff --git a/sc/source/core/tool/sharedformula.cxx b/sc/source/core/tool/sharedformula.cxx
index 5a488aa36258..4fa12a6dfaed 100644
--- a/sc/source/core/tool/sharedformula.cxx
+++ b/sc/source/core/tool/sharedformula.cxx
@@ -71,6 +71,9 @@ bool SharedFormulaUtil::splitFormulaCellGroup(const CellStoreType::position_type
         else
             rPrevTop.EndListeningTo( rPrevTop.GetDocument(), nullptr, ScAddress( ScAddress::UNINITIALIZED));
         rPrevTop.SetNeedsListening(true);
+
+        // The new group or remaining single cell needs a new listening.
+        rTop.SetNeedsListening(true);
     }
 #endif
 


More information about the Libreoffice-commits mailing list