summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2013-11-28 00:08:51 -0500
committerKohei Yoshida <kohei.yoshida@collabora.com>2013-11-28 00:08:51 -0500
commit2477e80815a9fda60c836102418d4dc51f299f8c (patch)
treec882f830aeab7c18e7af952956a1251979660327
parent6deac30d4c12f2e2a270265c5e7c8fff9020f5e3 (diff)
Clear column data cache here too.
Change-Id: If3d9feb25d825806cb690d001872f1d0ff76466c
-rw-r--r--sc/source/ui/docshell/docsh3.cxx1
1 files changed, 1 insertions, 0 deletions
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!
}