sw/sdi/swriter.sdi |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit db843c97279924fd36f31c8f22269f804f5add07
Author:     Xisco Fauli <xiscofa...@libreoffice.org>
AuthorDate: Sat Jul 7 00:39:38 2018 +0200
Commit:     Eike Rathke <er...@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 <momonas...@gmail.com>
    (cherry picked from commit eedeeb63d1287ed0416e1fe3d2f7ba37632626d0)
    Reviewed-on: https://gerrit.libreoffice.org/57155
    Reviewed-by: Eike Rathke <er...@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,
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to