[Libreoffice-commits] core.git: 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 7dd8830347b231c7b34e3b7d2e0cf9e544aba88f
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