desktop/source/lib/init.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 90810fa09bb2a08d6a5c10d1b6a2e142baa7a6a7 Author: Mike Kaganski <mike.kagan...@collabora.com> AuthorDate: Thu Jul 3 18:23:10 2025 +0500 Commit: Caolán McNamara <caolan.mcnam...@collabora.com> CommitDate: Thu Jul 3 17:22:45 2025 +0200 LOK: .uno:Save is allowed in AllowManageRedlines mode Change-Id: I4d31e16a9632c59aae2a7833167b53d9343e3ada Reviewed-on: https://gerrit.libreoffice.org/c/core/+/187333 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com> Tested-by: Caolán McNamara <caolan.mcnam...@collabora.com> Reviewed-by: Caolán McNamara <caolan.mcnam...@collabora.com> diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx index 73f15fd5ef89..124289e9a2cd 100644 --- a/desktop/source/lib/init.cxx +++ b/desktop/source/lib/init.cxx @@ -5370,7 +5370,7 @@ static bool isCommandAllowed(std::u16string_view command) if (command == u".uno:Save") { - return pViewShell->IsAllowChangeComments(); + return pViewShell->IsAllowChangeComments() || pViewShell->IsAllowManageRedlines(); } if (command == u".uno:TransformDialog")