[Libreoffice-commits] core.git: Branch 'libreoffice-6-1' - sw/sdi
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Tue Jul 17 09:06:30 UTC 2018
sw/sdi/swriter.sdi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit db843c97279924fd36f31c8f22269f804f5add07
Author: Xisco Fauli <xiscofauli at libreoffice.org>
AuthorDate: Sat Jul 7 00:39:38 2018 +0200
Commit: Eike Rathke <erack at redhat.com>
CommitDate: Tue Jul 17 11:06:08 2018 +0200
tdf#89893: Enable previous/next track changes in read-only mode
Change-Id: Ie7dd41b2f79347e9b959a73d58888915379f2e2a
Reviewed-on: https://gerrit.libreoffice.org/57100
Tested-by: Jenkins
Reviewed-by: Maxim Monastirsky <momonasmon at gmail.com>
(cherry picked from commit eedeeb63d1287ed0416e1fe3d2f7ba37632626d0)
Reviewed-on: https://gerrit.libreoffice.org/57155
Reviewed-by: Eike Rathke <erack at redhat.com>
diff --git a/sw/sdi/swriter.sdi b/sw/sdi/swriter.sdi
index 058fc4bc09f6..19aa9dfeae05 100644
--- a/sw/sdi/swriter.sdi
+++ b/sw/sdi/swriter.sdi
@@ -7263,7 +7263,7 @@ SfxVoidItem NextTrackedChange FN_REDLINE_NEXT_CHANGE
[
AutoUpdate = FALSE,
FastCall = FALSE,
- ReadOnlyDoc = FALSE,
+ ReadOnlyDoc = TRUE,
Toggle = FALSE,
Container = FALSE,
RecordAbsolute = FALSE,
@@ -7281,7 +7281,7 @@ SfxVoidItem PreviousTrackedChange FN_REDLINE_PREV_CHANGE
[
AutoUpdate = FALSE,
FastCall = FALSE,
- ReadOnlyDoc = FALSE,
+ ReadOnlyDoc = TRUE,
Toggle = FALSE,
Container = FALSE,
RecordAbsolute = FALSE,
More information about the Libreoffice-commits
mailing list