sc/source/filter/oox/revisionfragment.cxx | 1 + 1 file changed, 1 insertion(+)
New commits: commit 2a6843cb6c44305ac62c9cd1098a3eec4abaeb7e Author: Kohei Yoshida <kohei.yosh...@collabora.com> Date: Fri Aug 8 10:01:49 2014 -0400 bnc#885548: Set the date time mode to non-fixed after the import is done. So that the new revisions will correctly record time stamps. Change-Id: I7d9b26bed04a95ce2652224faa0f214562818970 diff --git a/sc/source/filter/oox/revisionfragment.cxx b/sc/source/filter/oox/revisionfragment.cxx index 463b663..c8c1f14 100644 --- a/sc/source/filter/oox/revisionfragment.cxx +++ b/sc/source/filter/oox/revisionfragment.cxx @@ -270,6 +270,7 @@ void RevisionHeadersFragment::finalizeImport() } pCT->SetUser(aSelfUser); // set the default user to the document owner. + pCT->SetUseFixDateTime(false); rDoc.SetChangeTrack(pCT.release()); // Turn on visibility of tracked changes. _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits