Kaydet (Commit) 2a6843cb authored tarafından Kohei Yoshida's avatar Kohei Yoshida

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
üst 35fa84f5
...@@ -270,6 +270,7 @@ void RevisionHeadersFragment::finalizeImport() ...@@ -270,6 +270,7 @@ void RevisionHeadersFragment::finalizeImport()
} }
pCT->SetUser(aSelfUser); // set the default user to the document owner. pCT->SetUser(aSelfUser); // set the default user to the document owner.
pCT->SetUseFixDateTime(false);
rDoc.SetChangeTrack(pCT.release()); rDoc.SetChangeTrack(pCT.release());
// Turn on visibility of tracked changes. // Turn on visibility of tracked changes.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment