[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - sc/source

Kohei Yoshida kohei.yoshida at collabora.com
Wed Nov 27 21:07:57 PST 2013


 sc/source/ui/docshell/docsh3.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 2477e80815a9fda60c836102418d4dc51f299f8c
Author: Kohei Yoshida <kohei.yoshida at collabora.com>
Date:   Thu Nov 28 00:08:51 2013 -0500

    Clear column data cache here too.
    
    Change-Id: If3d9feb25d825806cb690d001872f1d0ff76466c

diff --git a/sc/source/ui/docshell/docsh3.cxx b/sc/source/ui/docshell/docsh3.cxx
index 1251a2b..ad2806d 100644
--- a/sc/source/ui/docshell/docsh3.cxx
+++ b/sc/source/ui/docshell/docsh3.cxx
@@ -87,6 +87,7 @@ void ScDocShell::PostDataChanged()
 {
     Broadcast( SfxSimpleHint( FID_DATACHANGED ) );
     SFX_APP()->Broadcast(SfxSimpleHint( FID_ANYDATACHANGED ));      // Navigator
+    aDocument.CellContentModified();
     //! Navigator direkt benachrichtigen!
 }
 


More information about the Libreoffice-commits mailing list