[Libreoffice-commits] core.git: Branch 'libreoffice-6-1' - sc/sdi
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Thu Oct 11 07:59:27 UTC 2018
sc/sdi/scalc.sdi | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
New commits:
commit ea4cef9e01b7f5882614426c231f41b522bf34c5
Author: Xisco Fauli <xiscofauli at libreoffice.org>
AuthorDate: Tue Oct 9 23:42:58 2018 +0200
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Thu Oct 11 09:59:05 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>
(cherry picked from commit f7982d4dfa85f15a6f0c25e9795a5847ecfcbf31)
Reviewed-on: https://gerrit.libreoffice.org/61625
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
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