https://bugs.freedesktop.org/show_bug.cgi?id=47011
--- Comment #2 from Jan Holesovsky <[email protected]> 2012-05-23 06:38:08 PDT --- The implementation of the AutoRecovery is in: framework/source/services/autorecovery.cxx Particularly see implts_saveDocs() and implts_saveOneDoc() that implement the saving itself. The UI of AutoRecovery is here: cui/source/options/optsave.cxx Ideally the AutoSave should use the above mentioned code; when turned on (that means, new checkbox to enable AutoSave should be introduted), we would first copy the current document to the AutoRecovery area, and then write directly over the document being edited, instead of writing to the AutoRecovery area as it is now. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
