summaryrefslogtreecommitdiff
path: root/sc
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:09:14 -0500
commit7dd8830347b231c7b34e3b7d2e0cf9e544aba88f (patch)
tree44a0e5ce0a7c31b60e60c3df2425b3afaaeae137 /sc
parent4dd0a860ea912c402072dde0f58c9e757a9fc848 (diff)
Clear column data cache here too.
Change-Id: If3d9feb25d825806cb690d001872f1d0ff76466c
Diffstat (limited to 'sc')
-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!
}