sc/source/ui/docshell/docsh3.cxx | 1 + 1 file changed, 1 insertion(+) New commits: commit 2477e80815a9fda60c836102418d4dc51f299f8c Author: Kohei Yoshida <kohei.yosh...@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! } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits