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

New commits:
commit e576ad838c94f142575fd715408ba2ff1b893159
Author:     Andras Timar <[email protected]>
AuthorDate: Mon Feb 10 18:30:51 2025 +0100
Commit:     Andras Timar <[email protected]>
CommitDate: Mon Feb 10 19:16:28 2025 +0100

    cool#11123 disable .uno:FillDown (invoked by Ctrl+D) in read-only 
spreadsheets
    
    Change-Id: I252f7ff8ba79795355f8f70f6fea321e7f1bc41c
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/181372
    Tested-by: Jenkins CollaboraOffice <[email protected]>
    Reviewed-by: Michael Meeks <[email protected]>
    (cherry picked from commit f69b62382d112b028ad7d3f12a577dd32fa6e018)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/181375
    Tested-by: Andras Timar <[email protected]>
    Reviewed-by: Andras Timar <[email protected]>

diff --git a/sc/sdi/scalc.sdi b/sc/sdi/scalc.sdi
index f8a179a8d3e9..8b4f445071bc 100644
--- a/sc/sdi/scalc.sdi
+++ b/sc/sdi/scalc.sdi
@@ -1634,7 +1634,7 @@ SfxVoidItem FillDown FID_FILL_TO_BOTTOM
 [
     AutoUpdate = FALSE,
     FastCall = FALSE,
-    ReadOnlyDoc = TRUE,
+    ReadOnlyDoc = FALSE,
     Toggle = FALSE,
     Container = FALSE,
     RecordAbsolute = FALSE,

Reply via email to