https://bz.apache.org/ooo/show_bug.cgi?id=126869

--- Comment #38 from Arrigo Marchiori <[email protected]> ---
When saving a Writer document ("Save" instead of "Save as") the sequence seems
to be a bit different:

 1- close a fd linked to a temporary file (probably containing the final
document)

 2- reopen the same file in read-only mode

 3- open the destination file in write-mode

 3b- close the destination file

 3c- reopen the destination file

 4- close the destination file

 5- close the source file

It's strange that the destination file is opened, then closed, then reopened.

-- 
You are receiving this mail because:
You are the assignee for the issue.

Reply via email to