sc/source/filter/oox/revisionfragment.cxx | 1 + 1 file changed, 1 insertion(+)
New commits: commit aae8f8a758f42fec1189d5a8eed5e89c6c388cd0 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 (cherry picked from commit 2a6843cb6c44305ac62c9cd1098a3eec4abaeb7e) Reviewed-on: https://gerrit.libreoffice.org/10829 Reviewed-by: Eike Rathke <er...@redhat.com> Tested-by: Eike Rathke <er...@redhat.com> 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