[Libreoffice-commits] core.git: sc/sdi
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Wed Oct 10 15:31:11 UTC 2018
sc/sdi/scalc.sdi | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
New commits:
commit f7982d4dfa85f15a6f0c25e9795a5847ecfcbf31
Author: Xisco Fauli <xiscofauli at libreoffice.org>
AuthorDate: Tue Oct 9 23:42:58 2018 +0200
Commit: Xisco FaulĂ <xiscofauli at libreoffice.org>
CommitDate: Wed Oct 10 17:30:44 2018 +0200
tdf#120410: Disable insert/delete row/page break in read-only mode
Change-Id: Idbc81467c57c8e597e5065ef316bc4c5773b695b
Reviewed-on: https://gerrit.libreoffice.org/61602
Tested-by: Jenkins
Reviewed-by: Xisco FaulĂ <xiscofauli at libreoffice.org>
diff --git a/sc/sdi/scalc.sdi b/sc/sdi/scalc.sdi
index d9ff4b15d252..e3a60c21951c 100644
--- a/sc/sdi/scalc.sdi
+++ b/sc/sdi/scalc.sdi
@@ -1296,7 +1296,7 @@ SfxVoidItem DeleteColumnbreak FID_DEL_COLBRK
[
AutoUpdate = FALSE,
FastCall = FALSE,
- ReadOnlyDoc = TRUE,
+ ReadOnlyDoc = FALSE,
Toggle = FALSE,
Container = FALSE,
RecordAbsolute = FALSE,
@@ -1368,7 +1368,7 @@ SfxVoidItem DeleteRowbreak FID_DEL_ROWBRK
[
AutoUpdate = FALSE,
FastCall = FALSE,
- ReadOnlyDoc = TRUE,
+ ReadOnlyDoc = FALSE,
Toggle = FALSE,
Container = FALSE,
RecordAbsolute = FALSE,
@@ -2855,7 +2855,7 @@ SfxVoidItem InsertColumnBreak FID_INS_COLBRK
[
AutoUpdate = FALSE,
FastCall = FALSE,
- ReadOnlyDoc = TRUE,
+ ReadOnlyDoc = FALSE,
Toggle = FALSE,
Container = FALSE,
RecordAbsolute = FALSE,
@@ -3092,7 +3092,7 @@ SfxVoidItem InsertRowBreak FID_INS_ROWBRK
[
AutoUpdate = FALSE,
FastCall = FALSE,
- ReadOnlyDoc = TRUE,
+ ReadOnlyDoc = FALSE,
Toggle = FALSE,
Container = FALSE,
RecordAbsolute = FALSE,
More information about the Libreoffice-commits
mailing list