sc/sdi/scalc.sdi |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 62551cd0a0b19e1baf19c5a5c81019efb35f0e35
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:21 2025 +0100

    disable resetting cell attributes (by Ctrl+M) in read-only spreadsheets
    
    Change-Id: I31dd5db509d06951df6df68ae47b746b5807e15e
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/181388
    Tested-by: Jenkins
    Reviewed-by: Andras Timar <andras.ti...@collabora.com>

diff --git a/sc/sdi/scalc.sdi b/sc/sdi/scalc.sdi
index 3ca23ac83c4d..7fd2dd68b09e 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,
  • core.git: sc/sdi Andras Timar (via logerrit)
    • core.git: sc/sdi Andras Timar (via logerrit)

Reply via email to