Bug 148815

Summary: Update variable not to ask to save document if changed also for Reload
Product: LibreOffice Reporter: Timur <timur>
Component: frameworkAssignee: Heiko Tietze <heiko.tietze>
Status: RESOLVED FIXED    
Severity: enhancement CC: heiko.tietze, timur
Priority: medium    
Version: 7.4.0.0 alpha0+   
Hardware: All   
OS: All   
See Also: https://bugs.documentfoundation.org/show_bug.cgi?id=143578
Whiteboard: target:7.4.0
Crash report or crash signature: Regression By:

Description Timur 2022-04-27 07:53:17 UTC
In Bug 143578 variable was added not to ask to save document if changed.
It works on file exit, doesn't ask for save, but it should also work on Reload.
Comment 1 Heiko Tietze 2022-05-24 09:02:40 UTC
Patch at https://gerrit.libreoffice.org/c/core/+/134858
Comment 2 Commit Notification 2022-05-24 11:02:04 UTC
Heiko Tietze committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/7f2bcfe5f69e31a4166830422db5cd95c5bfaa80

Resolves tdf#148815 - Make SAL_NO_QUERYSAVE work for SID_RELOAD

It will be available in 7.4.0.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.
Comment 3 Timur 2022-05-24 15:19:29 UTC
Thanks.