sc/sdi/scalc.sdi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 7ad86e7c3dd26bb6956189048225a821003f867a
Author: Andras Timar <[email protected]>
AuthorDate: Mon Feb 10 19:31:54 2025 +0100
Commit: Andras Timar <[email protected]>
CommitDate: Mon Feb 10 23:02:44 2025 +0100
disable resetting cell attributes (by Ctrl+M) in read-only spreadsheets
Change-Id: I31dd5db509d06951df6df68ae47b746b5807e15e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/181378
Tested-by: Jenkins CollaboraOffice <[email protected]>
Reviewed-by: Andras Timar <[email protected]>
diff --git a/sc/sdi/scalc.sdi b/sc/sdi/scalc.sdi
index f49f8e960ed7..81b748eb1f6e 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,