sc/sdi/scalc.sdi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit f69b62382d112b028ad7d3f12a577dd32fa6e018
Author: Andras Timar <[email protected]>
AuthorDate: Mon Feb 10 18:30:51 2025 +0100
Commit: Michael Meeks <[email protected]>
CommitDate: Mon Feb 10 18:56:29 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]>
diff --git a/sc/sdi/scalc.sdi b/sc/sdi/scalc.sdi
index e56ce2d1a56f..f49f8e960ed7 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,