Bug 148815 - Update variable not to ask to save document if changed also for Reload
Summary: Update variable not to ask to save document if changed also for Reload
Status: RESOLVED FIXED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: framework (show other bugs)
Version:
(earliest affected)
7.4.0.0 alpha0+
Hardware: All All
: medium enhancement
Assignee: Heiko Tietze
URL:
Whiteboard: target:7.4.0
Keywords:
Depends on:
Blocks:
 
Reported: 2022-04-27 07:53 UTC by Timur
Modified: 2022-05-24 15:19 UTC (History)
2 users (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.