sc/sdi/scalc.sdi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 0e7a694d3249ac5ea2b67ac4f7ba705bb3107f17 Author: Andras Timar <andras.ti...@collabora.com> AuthorDate: Mon Feb 10 19:31:54 2025 +0100 Commit: Andras Timar <andras.ti...@collabora.com> CommitDate: Mon Feb 10 23:02:32 2025 +0100
disable resetting cell attributes (by Ctrl+M) in read-only spreadsheets Change-Id: I31dd5db509d06951df6df68ae47b746b5807e15e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/181389 Tested-by: Andras Timar <andras.ti...@collabora.com> Reviewed-by: Andras Timar <andras.ti...@collabora.com> diff --git a/sc/sdi/scalc.sdi b/sc/sdi/scalc.sdi index 8b4f445071bc..d22c6fbf6529 100644 --- a/sc/sdi/scalc.sdi +++ b/sc/sdi/scalc.sdi @@ -4461,7 +4461,7 @@ SfxVoidItem ResetAttributes SID_CELL_FORMAT_RESET [ AutoUpdate = FALSE, FastCall = FALSE, - ReadOnlyDoc = TRUE, + ReadOnlyDoc = FALSE, Toggle = FALSE, Container = FALSE, RecordAbsolute = FALSE,