Clear column data cache here too.

Change-Id: If3d9feb25d825806cb690d001872f1d0ff76466c
This commit is contained in:
Kohei Yoshida
2013-11-28 00:08:51 -05:00
parent 4dd0a860ea
commit 7dd8830347

View File

@@ -87,6 +87,7 @@ void ScDocShell::PostDataChanged()
{
Broadcast( SfxSimpleHint( FID_DATACHANGED ) );
SFX_APP()->Broadcast(SfxSimpleHint( FID_ANYDATACHANGED )); // Navigator
aDocument.CellContentModified();
//! Navigator direkt benachrichtigen!
}