From 7dd8830347b231c7b34e3b7d2e0cf9e544aba88f Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Thu, 28 Nov 2013 00:08:51 -0500 Subject: [PATCH] Clear column data cache here too. Change-Id: If3d9feb25d825806cb690d001872f1d0ff76466c --- sc/source/ui/docshell/docsh3.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/sc/source/ui/docshell/docsh3.cxx b/sc/source/ui/docshell/docsh3.cxx index 1251a2b89a86..ad2806d94c1c 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! }