Issue 113360

Summary: Restore data should be deleted after saving a document during session closing
Product: General Reporter: dkrogh <dkrogh63>
Component: codeAssignee: AOO issues mailing list <issues>
Status: UNCONFIRMED --- QA Contact:
Severity: Trivial    
Priority: P3 CC: issues
Version: OOo 3.2.1Keywords: needhelp
Target Milestone: ---   
Hardware: Sun   
OS: Unix, all   
Issue Type: ENHANCEMENT Latest Confirmation in: ---
Developer Difficulty: ---

Description dkrogh 2010-07-22 10:42:16 UTC
The situation:

The user is going to close the (Gnome) session and has OpenOffice.org running
with unsaved documents A and B).

Perform the following steps.

1. A warning message appears, that document A is not yet saved.
2. Confirm to save document A.
3. Cancel the shutdown of the session with document B
4. Save document B int the normal way (e.g. via CTRL-S)
5. Exit OOo
6. Launch OOo again.

A file restore dialog appears to restore document A, although it had been saved
before.

This happens (apparently only under Linux and Solaris) because the restore data
that had been written when the session shutdown was initiated, was not deleted
after the save of the document.

The wanted behavior is:
Delete possibly existing restore data if the corresponding document has been
saved before. This will avoid the pop-up of the restore dialog.