sw/sdi/swriter.sdi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit eedeeb63d1287ed0416e1fe3d2f7ba37632626d0 Author: Xisco Fauli <[email protected]> Date: Sat Jul 7 00:39:38 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 <[email protected]> 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, _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
